public class MockKSettings
| Modifier and Type | Field and Description |
|---|---|
static MockKSettings |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRecordPrivateCalls() |
boolean |
getRelaxUnitFun() |
boolean |
getRelaxed() |
void |
setRecordPrivateCalls(boolean value) |
void |
setRelaxUnitFun(boolean value) |
void |
setRelaxed(boolean value) |
public static MockKSettings INSTANCE
public boolean getRelaxed()
public boolean getRelaxUnitFun()
public boolean getRecordPrivateCalls()
public void setRelaxed(boolean value)
public void setRelaxUnitFun(boolean value)
public void setRecordPrivateCalls(boolean value)