Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.testdriver.compiler.basic |
Basic implementations of Asakusa DSL TestKit Compiler.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration.DebugLevel |
TestDriverContext.getCompilerDebugLevel()
Returns the compiler debug level.
|
Modifier and Type | Method and Description |
---|---|
void |
TestDriverContext.setCompilerDebugLevel(CompilerConfiguration.DebugLevel newValue)
Sets the compiler debug level.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration.DebugLevel |
CompilerConfiguration.getDebugLevel()
Returns the debug level.
|
static CompilerConfiguration.DebugLevel |
CompilerConfiguration.DebugLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompilerConfiguration.DebugLevel[] |
CompilerConfiguration.DebugLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration |
CompilerConfiguration.withDebugLevel(CompilerConfiguration.DebugLevel newValue)
Sets the debug level.
|
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration.DebugLevel |
BasicCompilerConfiguration.getDebugLevel() |
Modifier and Type | Method and Description |
---|---|
CompilerConfiguration |
BasicCompilerConfiguration.withDebugLevel(CompilerConfiguration.DebugLevel newValue) |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.