Unittest
Properties
Link copied to clipboard
Additional arguments for coverage run
Link copied to clipboard
Enable coverage collecting via coverage.py
Link copied to clipboard
Enable test reporting via teamcity-messages
Link copied to clipboard
A space-separated list of arguments that will be passed to the user script or module after their call. To pass an argument containing whitespaces, wrap it in double quotes.
Functions
Link copied to clipboard
fun booleanParameter(customName: String? = null, trueValue: String? = "true", falseValue: String? = "false"): DelegateProvider<Boolean?>
Link copied to clipboard
Link copied to clipboard
Copies parameters of this object to the specified target
Link copied to clipboard
Link copied to clipboard
fun <E : Enum<E>> enumParameter(customName: String? = null, mapping: Map<E, String?>? = null): DelegateProvider<E>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard