public class JSONScannerTest_null extends TestCase {
public void test_scan_null_0() throws Exception {
JSONScanner lexer = new JSONScanner("null");
lexer.scanNullOrNew();
}
public void test_scan_null_1() throws Exception {
JSONException error = null;
try {