Contains test engine.
Subpackages | |
ceylon.test.engine.spi | Contains SPI of test module. |
Classes | |
DefaultArgumentListResolver | shared DefaultArgumentListResolver Default implementation of |
DefaultLoggingListener | shared DefaultLoggingListener A |
DefaultTestExecutor | shared DefaultTestExecutor Default implementation of |
DefaultTestExtensionResolver | shared DefaultTestExtensionResolver Default implementation of |
DefaultTestInstanceProvider | shared DefaultTestInstanceProvider Default implementation of |
DefaultTestRunResult | shared DefaultTestRunResult Default implementation of |
DefaultTestRunner | shared DefaultTestRunner Default implementation of |
DefaultTestVariantProvider | shared DefaultTestVariantProvider Default implementation of |
TagFilter | shared TagFilter A |
Exceptions | |
AssertionComparisonError | shared AssertionComparisonError Thrown to indicate that two values which should have been “the same” (according to some comparison function) were in fact different. |
MultipleFailureException | shared MultipleFailureException Thrown when multiple exceptions occurs. |
TestAbortedException | shared TestAbortedException Thrown when the test assumption is not met, cause aborting of test execution. |
TestSkippedException | shared TestSkippedException Thrown when test is skipped. |