Default Test Profiles
!! No backward compatibility guarantees !! Reuse at your own risk
Since
2.0.0
Functions
Link copied to clipboard
Indicates if the given profileName is part of this collection or not.
Link copied to clipboard
Indicates if the given testType is used as profile name in this TestProfiles collection or not.
Link copied to clipboard
Returns the TestConfig of the given profileName and env or null in case the profile or environment does not exist.
Link copied to clipboard
Returns the TestConfig of the given profileName and env.
Link copied to clipboard
Returns all specified profile names.
Link copied to clipboard
Returns a copy of this collection as a MutableMap where the keys are the profile names and the values is again a MutableMap where the keys the envs and the values the associated TestConfig.