assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.booleanField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.byteField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.charField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.shortField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.intField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.longField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.floatField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.doubleField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.objectField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.stringField"));
assertEquals("undefined",
executeJavaScriptAndGetStringResult("typeof testObject.customTypeField"));