Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Created December 10, 2021 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aidan128/5aa31de0597f7460f04f3e19d5682158 to your computer and use it in GitHub Desktop.
Save Aidan128/5aa31de0597f7460f04f3e19d5682158 to your computer and use it in GitHub Desktop.
Off-device unit tests
class OffDeviceTests {
@Test
fun basicTests3() {
Assert.assertEquals(8, JavaClass().function3())
Assert.assertEquals(8, KotlinClass().function3())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment