Enabled Test
Marks a function as a test to be run
Example usage:
@EnabledTest
fun testTests() {
...
}
...
runEnabledTests(this) // will include executing testTests
Content copied to clipboard
Marks a function as a test to be run
Example usage:
@EnabledTest
fun testTests() {
...
}
...
runEnabledTests(this) // will include executing testTests