public class SettingsStateTest extends AndroidTestCase
Modifier and Type | Field and Description |
---|---|
static String |
CRAZY_STRING |
mContext
Constructor and Description |
---|
SettingsStateTest() |
Modifier and Type | Method and Description |
---|---|
void |
testIsBinary() |
void |
testReadWrite()
Make sure settings can be written to a file and also can be read.
|
void |
testUpgrade()
In version 120, value "null" meant {code NULL}.
|
void |
testWriteReadNoCrash()
Make sure we won't pass invalid characters to XML serializer.
|
assertActivityRequiresPermission, assertReadingContentUriRequiresPermission, assertWritingContentUriRequiresPermission, getContext, getTestContext, scrubClass, setContext, setTestContext, setUp, tearDown, testAndroidTestCaseSetupProperly
public static final String CRAZY_STRING
public void testIsBinary()
public void testWriteReadNoCrash() throws Exception
Exception
public void testReadWrite()