Functions
Link copied to clipboard
Creates a TestProfiles based on the given profiles which allows to specify custom category names.
fun create(profile: Pair<String, List<Pair<String, TestConfig>>>, vararg otherProfiles: Pair<String, List<Pair<String, TestConfig>>>): TestProfiles
Creates a TestProfiles collection based on the given profile and optionally the otherProfiles.
Link copied to clipboard
fun TestProfiles.Companion.create(profile: Pair<TestType, List<Pair<Env, TestConfig>>>, vararg otherProfiles: Pair<TestType, List<Pair<Env, TestConfig>>>): TestProfiles
Creates a TestProfiles based on the given profile and otherProfiles which use one of the predefined TestType as profile name and Env as env name.