| Package | Description |
|---|---|
| com.qmetry.qaf.automation.core | |
| com.qmetry.qaf.automation.ui | |
| com.qmetry.qaf.automation.ui.api | |
| com.qmetry.qaf.automation.ui.selenium | |
| com.qmetry.qaf.automation.util |
| Modifier and Type | Method and Description |
|---|---|
static MessageTypes |
MessageTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageTypes[] |
MessageTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QAFTestBase.addAssertionLog(java.lang.String msg,
MessageTypes type) |
void |
QAFTestBase.addAssertionLogWithScreenShot(java.lang.String msg,
MessageTypes type) |
void |
CheckpointResultBean.setType(MessageTypes type) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTestBase.addAssertionsLog(java.lang.String msg,
MessageTypes type) |
void |
WebDriverCommandLogger.addMessage(java.lang.String msg,
MessageTypes type,
java.lang.Object... objects) |
| Modifier and Type | Method and Description |
|---|---|
void |
UiTestBase.addAssertionsLog(java.lang.String msg,
MessageTypes type) |
void |
TestBase.addAssertionsLog(java.lang.String msg,
MessageTypes type) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssertionService.addAssertionLog(java.lang.String msg,
MessageTypes type) |
void |
AssertionService.addAssertionLogWithScreenShot(java.lang.String msg,
MessageTypes type) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Reporter.log(java.lang.String msg,
MessageTypes type)
You can specify the message type with message.
|
static void |
Reporter.logWithScreenShot(java.lang.String msg,
MessageTypes type)
Capture screen shot and attach with message in report.
|
Copyright © 2000 Infostretch Corp.