Make setup method public

pull/77/merge
Alinson S. Xavier 10 years ago
parent 86b66b1388
commit 5763d76167

@ -39,7 +39,7 @@ public class BaseTest
public static final long FIXED_LOCAL_TIME = 1422172800000L; // 8:00am, January 25th, 2015 (UTC) public static final long FIXED_LOCAL_TIME = 1422172800000L; // 8:00am, January 25th, 2015 (UTC)
@Before @Before
protected void setup() public void setup()
{ {
if(!isLooperPrepared) if(!isLooperPrepared)
{ {

Loading…
Cancel
Save