Skip to content

Instantly share code, notes, and snippets.

@aysesenses
Last active September 27, 2021 20:26
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 aysesenses/b418931cefd41c0d347c03ead4552251 to your computer and use it in GitHub Desktop.
Save aysesenses/b418931cefd41c0d347c03ead4552251 to your computer and use it in GitHub Desktop.
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
assertEquals(3, 1 + 1) // fail
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment