run Enabled Tests
Runs all annotated tests in a supplied object.
Example usage:
@EnabledTest
fun testTests() {
...
}
...
runEnabledTests(this) // will include executing testTests
Content copied to clipboard
Parameters
my Obj
object in which to search for annotated tests