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, watcher| Constructor and Description |
|---|
BrowserTest() |
BrowserTest(TestScenario testScenario) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBrowser(String browserKey,
Browser browser) |
protected W |
createWebPage() |
static Collection<Object[]> |
data() |
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 |
setupKurentoTest() |
void |
teardownKurentoTest() |
void |
waitForHostIsReachable(URL url,
int timeout) |
void |
waitSeconds(int waitTime) |
addLogFile, deleteLogs, getDefaultFileForRecording, getDefaultOutputFile, getDefaultOutputFolder, getServerLogFiles, getSimpleTestName, getTestClassName, getTestDir, getTestIdentifier, getTestMethodName, getTestReport, isDeleteLogsIfSuccess, printKmsLogs, setDeleteLogsIfSuccess, setTestClassName, setTestDir, setTestIdentifier, setTestMethodNamepublic static final Color CHROME_VIDEOTEST_COLOR
public BrowserTest()
public BrowserTest(TestScenario testScenario)
public static Collection<Object[]> data()
public void setupKurentoTest()
throws InterruptedException
InterruptedExceptionpublic void teardownKurentoTest()
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(int waitTime)
Copyright © 2015 Kurento. All rights reserved.