[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 5 | 0 | 0 | 3 | 40.0% | 0.027 s |
Note: failures are anticipated and checked for with assertions while errors are unanticipated.
[Summary] [Package List] [Test Cases]
| Package | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|
| legacy.forth | 5 | 0 | 0 | 3 | 40.0% | 0.027 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| ForthEvaluatorTest | 5 | 0 | 0 | 3 | 40.0% | 0.027 s |
[Summary] [Package List] [Test Cases]
| testEvaluateProgramWhenExpressionContainsOnlyNumbersThenReturnSameNumbers | 0 s | |
| - | public void legacy.forth.ForthEvaluatorTest.testEvaluateProgramWhenExpressionContainsOnlyNumbersThenReturnSameNumbers() is @Disabled | - |
| testEvaluateProgramWhenExpressionContainsDefinedUserOperatorThenReturnCorrectResult | 0.010 s | |
| testEvaluateProgramWhenExpressionContainsRedefinitionOfBuiltInOperatorThenThrowException | 0 s | |
| - | public void legacy.forth.ForthEvaluatorTest.testEvaluateProgramWhenExpressionContainsRedefinitionOfBuiltInOperatorThenThrowException() is @Disabled | - |
| testEvaluateProgramWhenExpressionContainsOnlyOperatorsThenThrowException | 0 s | |
| testEvaluateProgramWhenExpressionContainsUndefinedUserOperatorThenThrowException | 0 s | |
| - | public void legacy.forth.ForthEvaluatorTest.testEvaluateProgramWhenExpressionContainsUndefinedUserOperatorThenThrowException() is @Disabled | - |
[Summary] [Package List] [Test Cases]