andylamax
class CalculatorTest { fun should_add() = runComposeTest { onNodeWithTag("+").performClick() } fun should_sub() { onNodeWithTag("-").performClick() } }
./gradlew jvmTest --tests CalculatorTest.should_add
should_add
./gradlew connectedAndroidTest --tests CalculatorTest.should_add
ephemient
A modern programming language that makes developers happier.