public interface TestContext
Modifier and Type | Interface and Description |
---|---|
static class |
TestContext.Empty
Empty
TestContext . |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getArguments()
Returns the user arguments.
|
ClassLoader |
getClassLoader()
Returns the class loader to load testing peripherals.
|
Map<String,String> |
getEnvironmentVariables()
Returns the environment variables.
|
ClassLoader getClassLoader()
Map<String,String> getEnvironmentVariables()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.