All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AnnotatedFingerprint Identifies a test by a class or its methods having a specific annotation.AnnotatedFingerprint Indicates that classes or modules with a specific annotation, either on at least one top level method or on the class or module itself, should be discovered as test classes.Event Event An event fired by the test framework during a run.EventHandler EventHandler Interface implemented by clients that handle events fired by the test framework during a run.Fingerprint A way to identify a test.Fingerprint A way to identify test classes and/or modules that should be discovered when the client performs discovery.Framework Framework Interface implemented by test frameworks.Logger A basic interface to provide feedback.Logger A logger through which to provide feedback to the user about a run.NestedSuiteSelector Information in addition to a test class name that identifies a nested suite about which an event was fired.NestedTestSelector Information in addition to a test class name that identifies a test in a nested suite about which an event was fired.OptionalThrowable An optionalThrowable
.Result Runner Runner Represents one run of a suite of tests.Runner2 New Runner that can handle more types of Fingerprints.Selector Information in addition to a test class name that identifies the suite or test about which an event was fired.Status Represents the status of running a test.SubclassFingerprint Identifies a test as a class that has a specific type as an ancestor.SubclassFingerprint Indicates that classes (and possibly modules) that extend a particular superclass, or mix in a particular supertrait, should be discovered as test classes.SuiteSelector Indicates an event was about the entire suite whose class had the fully qualified name specified as thefullyQualifiedName
attribute the event.Task A task to execute.TaskDef A bundle of information used to request aTask
from a test framework.TestFingerprint For backwards compatibility.TestSelector Information in addition to a test class name that identifies a test directly contained in the suite whose class had the fully qualified name specified as thefullyQualifiedName
attribute passed to the event.TestWildcardSelector Information that identifies zero to many tests directly contained in a test class.