![]() |
OpenKeyWord
Build_ID: 457, Datum: 01.02.2020 07:45:48
Dont repeat yourself. - Do it once and only once!
|
Öffentliche, statische Methoden | |
static void | setUpBeforeClass () throws Exception |
static void | tearDownAfterClass () throws Exception |
@After public void AfterAfter() throws Exception { Runtime rt = Runtime.getRuntime(); Mehr ... | |
Statische, geschützte Attribute | |
static Log2HTML | myLog2HTML = null |
![]() | |
static String | ApplicationName |
Weitere Geerbte Elemente | |
![]() | |
void | tc_ClickOn () throws Exception |
void | tc_LogCaption () throws Exception |
void | tc_LogExists () throws Exception |
void | tc_LogHasFocus () throws Exception |
void | tc_LogToolTip () throws Exception |
void | tc_LogValue_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_LogIsActive () throws Exception |
void | tc_MemorizeCaption () throws Exception |
void | tc_MemorizeLabel () throws Exception |
void | tc_MemorizeExists () throws Exception |
void | tc_MemorizeHasFocus () throws Exception |
void | tc_MemorizeIsActive () throws Exception |
void | tc_MemorizeTooltip () throws Exception |
void | tc_MemorizeValue_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_SetFocus_VerifyHasFocus () throws Exception |
void | tc_SelectMenu_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_SelectMenu2_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_SetValue_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_Select_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_VerifyCaption () throws Exception |
void | tc_VerifyCaptionWCM () throws Exception |
void | tc_VerifyCaptionREGX () throws Exception |
void | tc_VerifyExists_ExsistsNOExpectedNO () throws Exception |
void | tc_VerifyExists_ExistsNOExpectedYES () throws Exception |
void | tc_VerifyExists_ExistsYESExpectedNO () throws Exception |
void | tc_VerifyExists_ExistsYESExpectedYES () throws Exception |
void | tc_VerifyIsActive_ActiveYESExpectedYES () throws Exception |
void | tc_VerifyIsActive_ActiveYESExpectedNO () throws Exception |
void | tc_VerifyIsActive_ActiveNOExpectedNO () throws Exception |
void | tc_VerifyIsActive_ActiveNOExpectedYES () throws Exception |
void | tc_VerifyLabel () throws Exception |
void | tc_VerifyLabelWCM () throws Exception |
void | tc_VerifyLabelREGX () throws Exception |
void | tc_VerifyToolTip () throws Exception |
void | tc_VerifyToolTipWCM () throws Exception |
void | tc_VerifyToolTipREGX () throws Exception |
void | tc_VerifyValue_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_VerifyValueWCM_OKWFrameObjectMethodNotImplemented () throws Exception |
void | tc_VerifyValueREGX_OKWFrameObjectMethodNotImplemented () throws Exception |
![]() | |
TestName | name = new TestName() |
![]() | |
OKW_Memorize_Sngltn | myMM = OKW_Memorize_Sngltn.getInstance() |
Definiert in Zeile 15 der Datei SeInputButton_EN_Chrome_Test.java.
|
static |
@After public void AfterAfter() throws Exception { Runtime rt = Runtime.getRuntime();
if (System.getProperty("os.name").toLowerCase().indexOf("windows") > -1) rt.exec("taskkill Chrome"); else rt.exec("pkill -f Chrome");
Thread.sleep( 1000 ); }
Definiert in Zeile 49 der Datei SeInputButton_EN_Chrome_Test.java.