Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
Modifier and Type | Method and Description |
---|---|
TestExecutionPlan.TaskKind |
TestExecutionPlan.Task.getTaskKind()
Returns the kind of this task.
|
TestExecutionPlan.TaskKind |
TestExecutionPlan.Job.getTaskKind() |
TestExecutionPlan.TaskKind |
TestExecutionPlan.Command.getTaskKind() |
static TestExecutionPlan.TaskKind |
TestExecutionPlan.TaskKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestExecutionPlan.TaskKind[] |
TestExecutionPlan.TaskKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.