public interface ExecutionContext
TaskExecutor
.Modifier and Type | Method and Description |
---|---|
<T> Optional<T> |
findResource(Class<T> type)
Returns a resource for the type.
|
ClassLoader |
getClassLoader()
Returns the class loader to load testing peripherals.
|
Map<String,String> |
getConfigurations()
Returns the platform configurations.
|
Map<String,String> |
getEnvironmentVariables()
Returns the environment variables.
|
ClassLoader getClassLoader()
Map<String,String> getConfigurations()
Map<String,String> getEnvironmentVariables()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.