Yet Another OTP generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ExampleUnitTest.kt 359B

1234567891011121314151617
  1. package com.chameth.yaotp
  2. import org.junit.Test
  3. import org.junit.Assert.*
  4. /**
  5. * Example local unit test, which will execute on the development machine (host).
  6. *
  7. * See [testing documentation](http://d.android.com/tools/testing).
  8. */
  9. class ExampleUnitTest {
  10. @Test
  11. fun addition_isCorrect() {
  12. assertEquals(4, 2 + 2)
  13. }
  14. }