Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created November 28, 2021 18:06
Show Gist options
  • Save Aidan128/26e8a0e2554a48d7d138e84ef228b752 to your computer and use it in GitHub Desktop.
Save Aidan128/26e8a0e2554a48d7d138e84ef228b752 to your computer and use it in GitHub Desktop.
Code coverage tests
@RunWith(AndroidJUnit4::class)
class Tests {
@Test
fun basicTests() {
assertEquals(4, JavaClass().function1())
assertEquals(4, KotlinClass().function1())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment