mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
implementing robolectric and mockito
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package briarproject.controller;
|
||||
|
||||
import org.briarproject.BriarTestCase;
|
||||
import org.briarproject.android.controller.SetupController;
|
||||
import org.junit.Before;
|
||||
|
||||
import javax.inject.Inject;
|
||||
|
||||
public class SetupControllerTest extends BriarTestCase {
|
||||
|
||||
@Inject
|
||||
SetupController setupController;
|
||||
|
||||
@Before public void setUp() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user