public abstract class BrowserTest<W extends WebPage> extends KurentoTest
| Modifier and Type | Field and Description |
|---|---|
static Color |
CHROME_VIDEOTEST_COLOR |
deleteLogsIfSuccess, log, logFiles, numRetries, printLogs, retry, SEPARATOR, testClassName, testDir, testIdentifier, testMethodName, testScenario, watcher| Constructor and Description |
|---|
BrowserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBrowser(String browserKey,
Browser browser) |
protected W |
createWebPage() |
W |
getPage() |
W |
getPage(int index) |
W |
getPage(String browserKey) |
static Class<?> |
getParamType(Class<?> testClass) |
W |
getPresenter() |
W |
getPresenter(int index) |
TestScenario |
getTestScenario() |
W |
getViewer() |
W |
getViewer(int index) |
void |
setupBrowserTest() |
void |
teardownBrowserTest() |
void |
waitForHostIsReachable(URL url,
int timeout) |
void |
waitMilliSeconds(long waitTime) |
void |
waitSeconds(long waitTime) |
addLogFile, data, deleteLogs, getDefaultOutputFile, getDefaultOutputFolder, getPlayerUrl, getRecordUrl, getServerLogFiles, getSimpleTestName, getTestClassName, getTestDir, getTestFilesDiskPath, getTestFilesHttpPath, getTestFilesMongoPath, getTestFilesS3Path, getTestIdentifier, getTestMethodName, getTestReport, getTestSeekRepetitions, isDeleteLogsIfSuccess, logMessage, printKmsLogs, setDeleteLogsIfSuccess, setTestClassName, setTestDir, setTestIdentifier, setTestMethodNamepublic static final Color CHROME_VIDEOTEST_COLOR
public void setupBrowserTest()
throws InterruptedException
InterruptedExceptionpublic void teardownBrowserTest()
public TestScenario getTestScenario()
public W getPage()
public W getPage(int index)
public W getPresenter()
public W getPresenter(int index)
public W getViewer()
public W getViewer(int index)
protected W createWebPage()
public void waitForHostIsReachable(URL url, int timeout)
public void waitSeconds(long waitTime)
public void waitMilliSeconds(long waitTime)
Copyright © 2016 Kurento. All rights reserved.