Summary
Tests | Errors | Failures | Success Rate | Time |
---|
2 | 1 | 0 | 50% | 2,603 |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
Package List
Package | Tests | Errors | Failures | Success Rate | Time |
---|
net.sourceforge.qvt.parser | 2 | 1 | 0 | 50% | 2,603 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
net.sourceforge.qvt.parser
| Class | Tests | Errors | Failures | Success Rate | Time |
---|
 | ParserTest | 2 | 1 | 0 | 50% | 2,603 |
Test Cases
ParserTest
 | testParser | 2,383 |
 | testRelation | 7 |
| [12,17] expecting: '}', identifier | |
Failure Details
 | testRelation |
| net.sourceforge.qvt.parser.parser.ParserException: [12,17] expecting: '}', identifier |
| net.sourceforge.qvt.parser.parser.ParserException: [12,17] expecting: '}', identifier |
| at net.sourceforge.qvt.parser.parser.Parser.parse(Parser.java:379) |
| at net.sourceforge.qvt.parser.ParserTest.parseFile(ParserTest.java:41) |
| at net.sourceforge.qvt.parser.ParserTest.testRelation(ParserTest.java:35) |