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 MutableList where the Pair.first are the profile names and Pair.second is again a MutableList where Pair.first are the envs and Pair.second the associated TestConfig.