|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractRunner | |
---|---|
jtr.test | This package contains all those classes and interfaces in charge of managing
the execution of JTR Test Sessions. Beside this, this package brings a set of interfaces that model the way an outcome is defined in the JTR Project, and other contracts that must be implemented by those components in charge of showing the test results to the end user upon completion. |
jtr.test.impl | Default implementations of the interfaces defined in the jtr.test
package. |
Uses of AbstractRunner in jtr.test |
---|
Classes in jtr.test with type parameters of type AbstractRunner | |
---|---|
interface |
IOutcome<T extends AbstractRunner>
This interface defines what an outcome is for the JTRunner framework. An outcome is composed by: 1. |
Uses of AbstractRunner in jtr.test.impl |
---|
Method parameters in jtr.test.impl with type arguments of type AbstractRunner | |
---|---|
void |
DefaultOutcome.setRunnerCategory(java.lang.Class<AbstractRunner> category)
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |