Initialize LBJ Receiver project with basic structure and configuration files
This commit is contained in:
13
app/src/test/java/receiver/lbj/ExampleUnitTest.kt
Normal file
13
app/src/test/java/receiver/lbj/ExampleUnitTest.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
package receiver.lbj
|
||||
|
||||
import org.junit.Test
|
||||
|
||||
import org.junit.Assert.*
|
||||
|
||||
|
||||
class ExampleUnitTest {
|
||||
@Test
|
||||
fun addition_isCorrect() {
|
||||
assertEquals(4, 2 + 2)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user