void |
GwtCsvTest.assertBiggerThan(String value,
String... identifier) |
void |
GwtCsvTest.assertContains(String containedValue,
String... identifier) |
void |
GwtCsvTest.assertEmpty(String... identifier) |
void |
GwtCsvTest.assertExact(String expected,
String... identifier) |
void |
GwtCsvTest.assertFalse(String... identifier) |
void |
GwtCsvTest.assertHTML(String html,
String... identifier) |
void |
GwtCsvTest.assertInstanceOf(String className,
String... identifier) |
void |
GwtCsvTest.assertListBoxDataEquals(String commaSeparatedContent,
String... identifier) |
void |
GwtCsvTest.assertListBoxSelectedValueIs(String expected,
String... identifier) |
void |
GwtCsvTest.assertNotExist(String... identifier) |
void |
GwtCsvTest.assertNumberExact(String value,
String... identifier) |
void |
GwtCsvTest.assertSmallerThan(String value,
String... identifier) |
void |
GwtCsvTest.assertText(String text,
String... identifier) |
void |
GwtCsvTest.assertTrue(String... identifier) |
void |
GwtCsvTest.blur(String... identifier) |
void |
GwtCsvTest.callMethod(String... identifier) |
void |
GwtCsvTest.change(String... identifier) |
void |
GwtCsvTest.click(String... identifier) |
void |
GwtCsvTest.clickComplexPanel(String index,
String... identifier) |
void |
GwtCsvTest.clickGridCell(String rowIndex,
String columnIndex,
String... identifier) |
void |
GwtCsvTest.clickMenuItem(String index,
String... identifier) |
void |
GwtCsvTest.doesNotHaveStyle(String style,
String... identifier) |
void |
GwtCsvTest.emptyTextBox(String... identifier) |
void |
GwtCsvTest.fillAndSelectInSuggestBoxByIndex(String content,
String index,
String... identifier) |
void |
GwtCsvTest.fillAndSelectInSuggestBoxByText(String content,
String selected,
String... identifier) |
void |
GwtCsvTest.fillInvisibleTextBox(String value,
String... identifier) |
void |
GwtCsvTest.fillTextBox(String value,
String... identifier) |
void |
GwtCsvTest.focus(String... identifier) |
void |
GwtCsvTest.hasStyle(String style,
String... identifier) |
void |
GwtCsvTest.interactive() |
void |
GwtCsvTest.isChecked(String... identifier) |
void |
GwtCsvTest.isEnabled(String... identifier) |
void |
GwtCsvTest.isNotChecked(String... identifier) |
void |
GwtCsvTest.isNotEnabled(String... identifier) |
void |
GwtCsvTest.isNotVisible(String... identifier) |
void |
GwtCsvTest.isVisible(String... identifier) |
void |
GwtCsvTest.mouseDown(String... identifier) |
void |
GwtCsvTest.mouseMove(String... identifier) |
void |
GwtCsvTest.mouseOut(String... identifier) |
void |
GwtCsvTest.mouseOver(String... identifier) |
void |
GwtCsvTest.mouseUp(String... identifier) |
void |
GwtCsvTest.mouseWheel(String... identifier) |
void |
GwtCsvTest.runmacro(String macroName,
String... identifier) |
void |
GwtCsvTest.selectInListBox(String value,
String... identifier) |
void |
GwtCsvTest.selectInListBoxByIndex(String index,
String... identifier) |
void |
GwtCsvTest.selectInListBoxByText(String regex,
String... identifier) |