Package klyn.unittest
Contains 17 type(s).
Types
Annotations
- After - Annotation marking a method executed after each test method.
- AfterClass - Annotation marking a static method executed once after all tests of a class.
- Before - Annotation marking a method executed before each test method.
- BeforeClass - Annotation marking a static method executed once before all tests of a class.
- Test - Annotation to mark a method as a test case.
- TestClass - Annotation to mark a class as a test class.
Classes
- Assert - Utility assertion helpers for the Klyn test framework.
- TestClassResult - Structured result of one class annotated with
@TestClass.
- TestConsoleReporter - Renders structured test results on the process console.
- TestFailure - Describes one failure raised while compiling or executing a test.
- TestMethodResult - Structured result of one method annotated with
@Test.
- TestReport - Complete structured result of a test framework execution.
- TestRunner - Discovers and executes packaged Klyn test classes in isolated processes.
- TestRunnerOptions - Command-line options accepted by the Klyn test starter.
- TestSourceScanner - Performs a lightweight lexical scan of Klyn test sources.
- TestStatus - Canonical status values used by test reports.