package saker.java.testing.api.test.invoker
Contains classes for dealing with Java test invokers.
JavaTestingFileProvider | Interface for notify the test instrumentation about a resource access. |
JavaTestingInvoker | Handles one or multiple Java test invocations. |
BasicInstrumentationJavaTestInvoker | BasicJavaTestingInvoker subclass that integrates with the incremental instrumentation of the Java testing
build task. |
BasicJavaTestingInvoker | Basic JavaTestingInvoker implementation that sets up the ClassLoaders and other testing related
environment. |
JavaTestInvocationResult | Data class holding the result of a Java test invocation. |
ReflectionJavaTestInvoker | BasicInstrumentationJavaTestInvoker subclass that invokes the main method of a specified test
runner class. |
TestInvocationParameters | Immutable data class holding the parameter information for a single Java test case. |
TestInvokerParameters | Immutable data class holding the parameters of a test invoker. |