public class KurentoTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static Color |
CHROME_VIDEOTEST_COLOR |
static org.slf4j.Logger |
log |
org.junit.rules.TestName |
testName |
| Constructor and Description |
|---|
KurentoTest() |
KurentoTest(TestScenario testScenario) |
| Modifier and Type | Method and Description |
|---|---|
void |
addBrowserClient(String browserKey,
BrowserClient browserClient) |
static Collection<Object[]> |
data() |
TestClient |
getBrowser() |
TestClient |
getBrowser(int index) |
TestClient |
getBrowser(String browserKey) |
TestClient |
getPresenter() |
TestClient |
getPresenter(int index) |
TestScenario |
getTestScenario() |
int |
getTimeout() |
TestClient |
getViewer() |
TestClient |
getViewer(int index) |
void |
setClient(TestClient client) |
void |
setTimeout(int timeoutSeconds) |
void |
setupKurentoTest() |
void |
teardownKurentoTest() |
void |
waitForHostIsReachable(URL url,
int timeout) |
public static org.slf4j.Logger log
public static final Color CHROME_VIDEOTEST_COLOR
public org.junit.rules.TestName testName
public KurentoTest()
public KurentoTest(TestScenario testScenario)
public static Collection<Object[]> data()
public void setupKurentoTest()
throws InterruptedException
InterruptedExceptionpublic void teardownKurentoTest()
public TestScenario getTestScenario()
public int getTimeout()
public void addBrowserClient(String browserKey, BrowserClient browserClient)
public void setClient(TestClient client)
public TestClient getBrowser(String browserKey)
public TestClient getBrowser()
public TestClient getBrowser(int index)
public TestClient getPresenter()
public TestClient getPresenter(int index)
public TestClient getViewer()
public TestClient getViewer(int index)
public void setTimeout(int timeoutSeconds)
public void waitForHostIsReachable(URL url, int timeout)
Copyright © 2015 Kurento. All rights reserved.