Package org.junit.jupiter.engine.script
Interface ScriptAccessor
-
- All Known Implementing Classes:
ScriptAccessor.ConfigurationParameterAccessor
,ScriptAccessor.EnvironmentVariableAccessor
,ScriptAccessor.SystemPropertyAccessor
@API(status=INTERNAL, since="5.1") public interface ScriptAccessor
Used to access named properties without exposing direct access to the underlying source.- Since:
- 5.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ScriptAccessor.ConfigurationParameterAccessor
static class
ScriptAccessor.EnvironmentVariableAccessor
static class
ScriptAccessor.SystemPropertyAccessor
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get(java.lang.String name)
Get the value of the property with the supplied name.
-