Skip to content

Commit

Permalink
IDE test runner helper
Browse files Browse the repository at this point in the history
  • Loading branch information
thevery authored and ilmat192 committed Jun 15, 2018
1 parent 8d1b4ac commit 457f9aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions greeting/android/src/test/kotlin/CalculatorTestJavaHelper.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import org.junit.runner.RunWith
import org.junit.runners.JUnit4
import kotlin.test.Ignore

// special class for running test within IDE
@Ignore
@RunWith(JUnit4::class)
class CalculatorTestJavaHelper : CalculatorTest()

0 comments on commit 457f9aa

Please sign in to comment.