public void testTextSplitAtFirstOfAny() throws Exception { String result = BlocklyTestUtils.generatorTest( testpath + "/tests/com/google/appinventor/generators_unit/textSplitAtFirstOfAnyTest.js"); assertEquals("true", result.toString()); }
public void testControlsEvalButIgnore() throws Exception { String result = BlocklyTestUtils.generatorTest( testpath + "/tests/com/google/appinventor/generators_unit/controlsEvalButIgnoreTest.js"); assertEquals("true", result.toString()); }
public void testListsSelectItem() throws Exception { String result = BlocklyTestUtils.generatorTest( testpath + "/tests/com/google/appinventor/generators_unit/listsSelectItemTest.js"); assertEquals("true", result.toString()); }