Skip to content

Instantly share code, notes, and snippets.

@Aidan128
Last active December 12, 2021 17:10
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/76b7262cb6575df44b2fbde0f15b4333 to your computer and use it in GitHub Desktop.
Save Aidan128/76b7262cb6575df44b2fbde0f15b4333 to your computer and use it in GitHub Desktop.
Off-device unit tests for library module
class LibraryOffDeviceTests {
@Test
fun basicTests3() {
assertEquals(8, LibraryJavaClass().function3())
assertEquals(8, LibraryKotlinClass().function3())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment