Start on Robolectric integration test

This commit is contained in:
Art O Cathain
2014-06-15 16:08:41 +01:00
parent 21e9d0b7b4
commit d06ba72edc
9 changed files with 202 additions and 43 deletions

View File

@@ -1,12 +0,0 @@
package tests;
import org.junit.Assert;
import org.junit.Test;
public class SomeTest {
@Test
public void willFail() {
// stub
// Assert.assertThat();
}
}