-
-
Save Aidan128/76b7262cb6575df44b2fbde0f15b4333 to your computer and use it in GitHub Desktop.
Off-device unit tests for library module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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