Start on Robolectric integration test

This commit is contained in:
Art O Cathain
2014-06-16 18:58:41 +01:00
parent 21e9d0b7b4
commit d06ba72edc
9 changed files with 202 additions and 43 deletions
@@ -1,12 +0,0 @@
package tests;
import org.junit.Assert;
import org.junit.Test;
public class SomeTest {
@Test
public void willFail() {
// stub
// Assert.assertThat();
}
}