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