Package org.junit.jupiter.engine.script
Class ScriptAccessor.EnvironmentVariableAccessor
- java.lang.Object
-
- org.junit.jupiter.engine.script.ScriptAccessor.EnvironmentVariableAccessor
-
- All Implemented Interfaces:
ScriptAccessor
- Enclosing interface:
- ScriptAccessor
public static class ScriptAccessor.EnvironmentVariableAccessor extends 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 EnvironmentVariableAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(String name)
Get the value of the property with the supplied name.
-
-
-
Method Detail
-
get
public String get(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
-
-