- listAllGlobalVariables() - Method in LookOverExecutionProfilesKeyword
-
- listAllGVIP() - Method in LookOverExecutionProfilesKeyword
-
Make the list of GlobalVariableWithProfile objects of of all GlobalVariables contained in all Profiles
The returned List is used as the base of "lookupGlobalVariable" methods.
- listAllProfilePaths() - Method in LookOverExecutionProfilesKeyword
-
- listAllProfiles() - Method in LookOverExecutionProfilesKeyword
-
list all Profiles in the Profiles directory,
returns a list of Path objects of "*.glbl" files
- listGlobalVariables(String) - Method in LookOverExecutionProfilesKeyword
-
- listGlobalVariablesInProfiles(String, String) - Method in LookOverExecutionProfilesKeyword
-
- listGVIP(String, String) - Method in LookOverExecutionProfilesKeyword
-
- listProfilePaths(String) - Method in LookOverExecutionProfilesKeyword
-
scan the Profiles directory and find files
of which name matches the pattern '<pattern&g;tXXXX.glbl'
- listProfiles(String) - Method in LookOverExecutionProfilesKeyword
-
list Profiles of which name matches with the pattern
- loadEntries(Map<String, Object>) - Method in ExecutionProfilesLoader
-
actually update GlobalVariables
- loadProfile(String) - Method in ExecutionProfilesLoader
-
load an Execution Profile to add GlobalVariables dynamically and make them available to Test Case script
- loadProfiles(List<String>) - Method in ExecutionProfilesLoader
-
load Execution Profiles to add GlobalVariables dynamically and make them available to Test Case script
- LookAtGlobalVariablesKeyword - Class in com.kazurayam.ks.globalvariable
This looks at the GlobalVariables (name=value pairs) in action;
provides a view in JSON text.
- LookAtGlobalVariablesKeyword() - Constructor in LookAtGlobalVariablesKeyword
-
- LookOverExecutionProfilesKeyword - Class in com.kazurayam.ks.globalvariable
Provides some utility methods that are repeatedly used by ExecutionProfilesLoader and other classes.
- LookOverExecutionProfilesKeyword(Path) - Constructor in LookOverExecutionProfilesKeyword
-