Package klyn.unittest
Contains 8 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.
- TestRunner - Class responsible for running test cases and test classes.