public class EN extends Object
| Constructor and Description |
|---|
EN() |
| Modifier and Type | Method and Description |
|---|---|
static void |
BeginTest(String Testname)
\copydoc IOKW_State::BeginTest(String)
|
static void |
ClickOn(String FN)
\copydoc IOKW_State::ClickOn(String)
|
static void |
DirectoryCreate(String PATH)
\copydoc IOKW_State::DirectoryCreate(String)
|
static void |
DirectoryDelete(String PATH)
\copydoc IOKW_State::DirectoryDelete(String)
|
static void |
DoubleClickOn(String FN)
\copydoc IOKW_State::DoubleClickOn(String)
|
static void |
EndTest()
\copydoc IOKW_State::EndTest()
|
static void |
FileDelete(String fpsPathAndFileName)
\copydoc IOKW_State::FileDelete(String)
|
static void |
FilesDelete(String fpsDirPath,
String fpsFileMatch)
\copydoc IOKW_State::FilesDelete(String,String)
|
static void |
LogCaption(String FN)
\copydoc IOKW_State::LogCaption(String)
|
static void |
LogExists(String FN)
\copydoc IOKW_State::LogExists(String)
|
static void |
LogHasFocus(String FN)
\copydoc IOKW_State::LogHasFocus(String)
|
static void |
LogIsActive(String FN)
\copydoc IOKW_State::LogIsActive(String)
|
static void |
LogLabel(String FN)
\copydoc IOKW_State::LogLabel(String)
|
static void |
LogPlaceholder(String FN)
\copydoc IOKW_State::LogPlaceholder(String)
|
static void |
LogSelected(String FN)
\copydoc IOKW_State::LogSelected(String)
|
static void |
LogTablecellValue(String FN,
String COL,
String ROW)
\copydoc IOKW_State::LogTablecellValue(String,String,String)
|
static void |
LogTooltip(String FN)
\copydoc IOKW_State::LogTooltip(String)
|
static void |
LogValue(String FN)
\copydoc IOKW_State::LogValue(String)
|
static void |
MemorizeCaption(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeCaption(String,String)
|
static void |
MemorizeExists(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeExists(String,String)
|
static void |
MemorizeHasFocus(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeHasFocus(String,String)
|
static void |
MemorizeIsActive(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeIsActive(String,String)
|
static void |
MemorizeLabel(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeLabel(String,String)
|
static void |
MemorizePlaceholder(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeLabel(String,String)
|
static void |
MemorizeSelectedValue(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeSelectedValue(String,String)
|
static void |
MemorizeTablecellValue(String FN,
String COL,
String ROW,
String fpsKeyName)
\copydoc IOKW_State::MemorizeTablecellValue(String,String,String,String)
|
static void |
MemorizeTooltip(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeTooltip(String,String)
|
static void |
MemorizeValue(String FN,
String fpsKeyName)
\copydoc IOKW_State::MemorizeValue(String,String)
|
static void |
Select(String FN,
String fpsValue)
\copydoc IOKW_State::Select(String,String)
|
static void |
SelectChild(String FN)
\copydoc IOKW_State::SelectChild(String)
|
static void |
SelectContext(String FN)
\copydoc IOKW_State::SelectContext(String)
|
static void |
SelectMenu(String FN)
\copydoc IOKW_State::SelectMenu(String)
|
static void |
SelectMenu(String FN,
String fpsValue)
\copydoc IOKW_State::SelectMenu(String,String)
|
static void |
SelectTablecell(String FN,
String COL,
String ROW)
\copydoc IOKW_State::SelectTablecell(String,String,String)
|
static void |
SelectWindow(String FN)
\copydoc IOKW_State::SelectWindow(String)
|
static void |
Sequence(String fpsObjectName,
String fpsSequenceName,
String SEQID)
\copydoc IOKW_State::Sequence(String,String,String)
|
static void |
SetCoreStateNOK() |
static void |
SetFocus(String FN)
\copydoc IOKW_State::SetFocus(String)
|
static void |
SetValue(String FN,
String fpsValue)
\copydoc IOKW_State::SetValue(String,String)
|
static void |
SetVar(String VN,
String Val)
\copydoc IOKW_State::SetVar(String,String)
|
static void |
StartApp(String fpsApplicationName)
\copydoc IOKW_State::StartApp(String)
|
static void |
StopApp(String fpsApplicationName)
\copydoc IOKW_State::StopApp(String)
|
static void |
TypeKey(String FN,
String fpsValue)
\copydoc IOKW_State::TypeKey(String,String)
|
static void |
TypeKeyTablecell(String FN,
String COL,
String ROW,
String fpsValue)
\copydoc IOKW_State::TypeKeyTablecell(String,String,String,String)
|
static void |
TypeKeyWindow(String FN,
String fpsValue)
\copydoc IOKW_State::TypeKeyWindow(String,String)
|
static void |
VerifyBadge(String BN,
String ExpVal)
\copydoc IOKW_State::VerifyBadge(String,String)
|
static void |
VerifyBadgeREGX(String BN,
String ExpVal)
\copydoc IOKW_State::VerifyBadgeREGX(String,String)
|
static void |
VerifyBadgeWCM(String BN,
String ExpVal)
\copydoc IOKW_State::VerifyBadgeWCM(String,String)
|
static void |
VerifyCaption(String FN,
String fpsValue)
\copydoc IOKW_State::VerifyCaption(String,String)
|
static void |
VerifyCaptionREGX(String FN,
String fpsValue)
\copydoc IOKW_State::VerifyCaption(String,String)
|
static void |
VerifyCaptionWCM(String FN,
String fpsValue)
\copydoc IOKW_State::VerifyCaption(String,String)
|
static void |
VerifyDirectoryExists(String fpsPath,
String ExpVal)
\copydoc IOKW_State::VerifyDirectoryExists(String,String)
|
static void |
VerifyErrorMSG_REGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyErrorMSG_REGX(String,String)
|
static void |
VerifyErrorMSG_WCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyErrorMSG_WCM(String,String)
|
static void |
VerifyErrorMSG(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyErrorMSG(String,String)
|
static void |
VerifyExists(String FN,
String fpsValue)
\copydoc IOKW_State::VerifyExists(String,String)
|
static void |
VerifyFileExists(String fpsPathAndFileName,
String ExpVal)
\copydoc IOKW_State::VerifyFileExists(String,String)
|
static void |
VerifyHasFocus(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyHasFocus(String,String)
|
static void |
VerifyIsActive(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyIsActive(String,String)
|
static void |
VerifyIsFile(String fpsPathAndFileName,
String ExpVal)
\copydoc IOKW_State::VerifyFileExists(String,String)
|
static void |
VerifyLabel(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyLabel(String,String)
|
static void |
VerifyLabelREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyLabelREGX(String,String)
|
static void |
VerifyLabelWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyLabelWCM(String,String)
|
static void |
VerifyMaxLength(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyMaxLength(String,String)
|
static void |
VerifyMinLength(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyMinLength(String,String)
|
static void |
VerifyPlaceholder(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyPlaceholder(String,String)
|
static void |
VerifyPlaceholderREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyPlaceholderREGX(String,String)
|
static void |
VerifyPlaceholderWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyPlaceholderWCM(String,String)
|
static void |
VerifySelectedValue(String FN,
String ExpVal)
\copydoc IOKW_State::VerifySelectedValue(String,String)
|
static void |
VerifySelectedValueREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifySelectedValueREGX(String,String)
|
static void |
VerifySelectedValueWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifySelectedValueWCM(String,String)
|
static void |
VerifyTablecellValue(String FN,
String COL,
String ROW,
String ExpVal)
\copydoc IOKW_State::VerifyTablecellValue(String,String,String,String)
|
static void |
VerifyTablecellValueREGX(String FN,
String COL,
String ROW,
String ExpVal)
\copydoc IOKW_State::VerifyTablecellValueREGX(String,String,String,String)
|
static void |
VerifyTablecellValueWCM(String FN,
String COL,
String ROW,
String ExpVal)
\copydoc IOKW_State::VerifyTablecellValueWCM(String,String,String,String)
|
static void |
VerifyTooltip(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyTooltip(String,String)
|
static void |
VerifyTooltipREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyTooltipREGX(String,String)
|
static void |
VerifyTooltipWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyTooltipWCM(String,String)
|
static void |
VerifyValue(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyValue(String,String)
|
static void |
VerifyValueREGX(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyValueREGX(String,String)
|
static void |
VerifyValueWCM(String FN,
String ExpVal)
\copydoc IOKW_State::VerifyValueWCM(String,String)
|
public static void SetCoreStateNOK()
public static void BeginTest(String Testname) throws Exception
Exceptionpublic static void EndTest()
throws Exception
Exceptionpublic static void ClickOn(String FN) throws Exception
Exceptionpublic static void DoubleClickOn(String FN) throws Exception
Exceptionpublic static void LogCaption(String FN) throws Exception
Exceptionpublic static void LogExists(String FN) throws Exception
Exceptionpublic static void LogHasFocus(String FN) throws Exception
Exceptionpublic static void LogIsActive(String FN) throws Exception
Exceptionpublic static void LogLabel(String FN) throws Exception
Exceptionpublic static void LogPlaceholder(String FN) throws Exception
Exceptionpublic static void LogSelected(String FN) throws Exception
Exceptionpublic static void LogTablecellValue(String FN, String COL, String ROW) throws Exception
Exceptionpublic static void LogTooltip(String FN) throws Exception
Exceptionpublic static void LogValue(String FN) throws Exception
Exceptionpublic static void MemorizeCaption(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeExists(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeHasFocus(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeIsActive(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeLabel(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizePlaceholder(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeSelectedValue(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeTablecellValue(String FN, String COL, String ROW, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeTooltip(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void MemorizeValue(String FN, String fpsKeyName) throws Exception
Exceptionpublic static void Select(String FN, String fpsValue) throws Exception
Exceptionpublic static void SelectMenu(String FN) throws Exception
Exceptionpublic static void SelectMenu(String FN, String fpsValue) throws Exception
Exceptionpublic static void SelectTablecell(String FN, String COL, String ROW) throws Exception
Exceptionpublic static void SelectWindow(String FN) throws Exception
Exceptionpublic static void SelectContext(String FN) throws Exception
Exceptionpublic static void SelectChild(String FN) throws Exception
Exceptionpublic static void Sequence(String fpsObjectName, String fpsSequenceName, String SEQID) throws Exception
Exceptionpublic static void SetFocus(String FN) throws Exception
Exceptionpublic static void SetValue(String FN, String fpsValue) throws Exception
Exceptionpublic static void SetVar(String VN, String Val) throws Exception
Exceptionpublic static void StartApp(String fpsApplicationName) throws Exception
Exceptionpublic static void StopApp(String fpsApplicationName) throws Exception
Exceptionpublic static void TypeKey(String FN, String fpsValue) throws Exception
Exceptionpublic static void TypeKeyTablecell(String FN, String COL, String ROW, String fpsValue) throws Exception
Exceptionpublic static void TypeKeyWindow(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyBadge(String BN, String ExpVal) throws Exception
Exceptionpublic static void VerifyBadgeWCM(String BN, String ExpVal) throws Exception
Exceptionpublic static void VerifyBadgeREGX(String BN, String ExpVal) throws Exception
Exceptionpublic static void VerifyCaption(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyCaptionREGX(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyCaptionWCM(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyExists(String FN, String fpsValue) throws Exception
Exceptionpublic static void VerifyHasFocus(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyIsActive(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyLabel(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyLabelREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyLabelWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyMaxLength(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyPlaceholder(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyPlaceholderREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyPlaceholderWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifySelectedValue(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifySelectedValueREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifySelectedValueWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyTablecellValue(String FN, String COL, String ROW, String ExpVal) throws Exception
Exceptionpublic static void VerifyTablecellValueREGX(String FN, String COL, String ROW, String ExpVal) throws Exception
Exceptionpublic static void VerifyTablecellValueWCM(String FN, String COL, String ROW, String ExpVal) throws Exception
Exceptionpublic static void VerifyTooltip(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyTooltipWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyTooltipREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyValue(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyValueWCM(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyValueREGX(String FN, String ExpVal) throws Exception
Exceptionpublic static void FileDelete(String fpsPathAndFileName) throws Exception
Exceptionpublic static void FilesDelete(String fpsDirPath, String fpsFileMatch) throws Exception
Exceptionpublic static void DirectoryDelete(String PATH) throws Exception
Exceptionpublic static void DirectoryCreate(String PATH) throws Exception
Exceptionpublic static void VerifyFileExists(String fpsPathAndFileName, String ExpVal) throws Exception
Exceptionpublic static void VerifyIsFile(String fpsPathAndFileName, String ExpVal) throws Exception
Exceptionpublic static void VerifyDirectoryExists(String fpsPath, String ExpVal) throws Exception
Exceptionpublic static void VerifyMinLength(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyErrorMSG(String FN, String ExpVal) throws Exception
Exceptionpublic static void VerifyErrorMSG_REGX(String FN, String ExpVal) throws Exception
ExceptionCopyright © 2021 OpenKeyWord. All rights reserved.