-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Delacrix Morgan
committed
Jul 19, 2018
1 parent
94ba5a6
commit fdcb7dc
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
17 changes: 0 additions & 17 deletions
17
data/src/test/java/com/delacrixmorgan/squark/data/ExampleUnitTest.java
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
data/src/test/java/com/delacrixmorgan/squark/data/ExampleUnitTest.kt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package com.delacrixmorgan.squark.data | ||
|
||
import org.junit.Test | ||
|
||
import org.junit.Assert.* | ||
|
||
/** | ||
* Example local unit test, which will execute on the development machine (host). | ||
* | ||
* @see [Testing documentation](http://d.android.com/tools/testing) | ||
*/ | ||
class ExampleUnitTest { | ||
@Test | ||
fun addition_isCorrect() { | ||
assertEquals(4, (2 + 2).toLong()) | ||
} | ||
} |