Package org.junit.jupiter.engine.script
Interface ScriptAccessor
-
- All Known Implementing Classes:
ScriptAccessor.ConfigurationParameterAccessor
,ScriptAccessor.EnvironmentVariableAccessor
,ScriptAccessor.SystemPropertyAccessor
@API(status=INTERNAL, since="5.1") @Deprecated public interface ScriptAccessor
Deprecated.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
Deprecated.static class
ScriptAccessor.EnvironmentVariableAccessor
Deprecated.static class
ScriptAccessor.SystemPropertyAccessor
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
get(String name)
Deprecated.Get the value of the property with the supplied name.
-