update unit test support in build files
This commit is contained in:
12
OpenKeychain/src/androidTest/java/tests/SomeTest.java
Normal file
12
OpenKeychain/src/androidTest/java/tests/SomeTest.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package tests;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SomeTest {
|
||||
@Test
|
||||
public void willFail() {
|
||||
// stub
|
||||
// Assert.assertThat();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user