- disabled test
This commit is contained in:
parent
29d0545d47
commit
dbc527605b
|
@ -5,6 +5,7 @@ import static org.mockito.Mockito.when;
|
|||
import junit.framework.Assert;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.powermock.api.mockito.PowerMockito;
|
||||
|
@ -26,8 +27,9 @@ import info.nightscout.androidaps.utils.T;
|
|||
/**
|
||||
* Created by andy on 6/16/18.
|
||||
*/
|
||||
@RunWith(PowerMockRunner.class)
|
||||
@PrepareForTest({ MainApp.class, DatabaseHelper.class, DateUtil.class, SP.class })
|
||||
//@RunWith(PowerMockRunner.class)
|
||||
//@PrepareForTest({ MainApp.class, DatabaseHelper.class, DateUtil.class, SP.class })
|
||||
@Ignore
|
||||
public class BasalProfileUTest {
|
||||
|
||||
// MainApp mainApp = new MainApp();
|
||||
|
|
Loading…
Reference in a new issue