|
JTR 5.0 API Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOutcome.OutcomeType | |
---|---|
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 IOutcome.OutcomeType in jtr.test |
---|
Methods in jtr.test that return IOutcome.OutcomeType | |
---|---|
IOutcome.OutcomeType |
IOutcome.getType()
Get the type of the outcome |
static IOutcome.OutcomeType |
IOutcome.OutcomeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IOutcome.OutcomeType[] |
IOutcome.OutcomeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jtr.test with parameters of type IOutcome.OutcomeType | |
---|---|
void |
IOutcome.setType(IOutcome.OutcomeType type)
Set the type of the outcome |
Uses of IOutcome.OutcomeType in jtr.test.impl |
---|
Methods in jtr.test.impl that return IOutcome.OutcomeType | |
---|---|
IOutcome.OutcomeType |
DefaultOutcome.getType()
|
Methods in jtr.test.impl with parameters of type IOutcome.OutcomeType | |
---|---|
void |
DefaultOutcome.setType(IOutcome.OutcomeType type)
|
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |