Package org.junit.jupiter.engine.script
Class ScriptAccessor.SystemPropertyAccessor
- java.lang.Object
-
- org.junit.jupiter.engine.script.ScriptAccessor.SystemPropertyAccessor
-
- All Implemented Interfaces:
ScriptAccessor
- Enclosing interface:
- ScriptAccessor
public static class ScriptAccessor.SystemPropertyAccessor extends java.lang.Object implements ScriptAccessor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.junit.jupiter.engine.script.ScriptAccessor
ScriptAccessor.ConfigurationParameterAccessor, ScriptAccessor.EnvironmentVariableAccessor, ScriptAccessor.SystemPropertyAccessor
-
-
Constructor Summary
Constructors Constructor Description SystemPropertyAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
get(java.lang.String name)
Get the value of the property with the supplied name.
-
-
-
Method Detail
-
get
public java.lang.String get(java.lang.String name)
Description copied from interface:ScriptAccessor
Get the value of the property with the supplied name.- Specified by:
get
in interfaceScriptAccessor
- Parameters:
name
- the name of the property to look up- Returns:
- the value assigned to the specified name; may be
null
-
-