public static class TestContext.Empty extends Object implements TestContext
TestContext
.TestContext.Empty
Constructor and Description |
---|
Empty() |
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.
|
public Map<String,String> getArguments()
TestContext
getArguments
in interface TestContext
public Map<String,String> getEnvironmentVariables()
TestContext
getEnvironmentVariables
in interface TestContext
public ClassLoader getClassLoader()
TestContext
getClassLoader
in interface TestContext
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.