Package org.testframe.api
This package provides annotations and a library of assertions for test authors.
package org.testframe.api
-
ClassDescriptionAnnotation for procedures to run after all the tests have run.Annotation for procedures to run right after each test.Static class containing procedures to simplify writing assertions in tests.Annotation for procedures to run before any tests have run.Annotation for procedures to run right before each test.Parameter type for lambdas that don't return a result but may throw exceptions.Indicates that a test annotated with
Test
should be skipped.Annotation for test procedures.