Companion

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

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.