public class KurentoClientBrowserTest<W extends WebPage> extends BrowserTest<W>
| Modifier and Type | Class and Description |
|---|---|
static class |
KurentoClientBrowserTest.WebServer |
| Modifier and Type | Field and Description |
|---|---|
protected static org.springframework.context.ConfigurableApplicationContext |
context |
protected KurentoClient |
fakeKurentoClient |
protected KurentoClient |
kurentoClient |
protected static KurentoClientManager |
kurentoClientManager |
CHROME_VIDEOTEST_COLORdeleteLogsIfSuccess, log, logFiles, numRetries, printLogs, retry, SEPARATOR, testClassName, testDir, testIdentifier, testMethodName, watcher| Constructor and Description |
|---|
KurentoClientBrowserTest(Class<?> webServerClass) |
KurentoClientBrowserTest(TestScenario testScenario) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFakeClients(int numFakeClients,
int bandwidht,
MediaPipeline mainPipeline,
WebRtcEndpoint senderWebRtcEndpoint) |
void |
addFakeClients(int numFakeClients,
int bandwidht,
MediaPipeline mainPipeline,
WebRtcEndpoint inputWebRtc,
long timeBetweenClientMs,
SystemMonitorManager monitor,
WebRtcConnector connector) |
void |
addFakeClients(int numFakeClients,
MediaPipeline mainPipeline,
WebRtcEndpoint senderWebRtcEndpoint,
long timeBetweenClientMs,
SystemMonitorManager monitor,
WebRtcConnector connector) |
static String |
getPathTestFiles() |
protected int |
getServerPort() |
static void |
retrieveGstreamerDots() |
void |
setupKurentoTest() |
protected void |
setWebServerClass(Class<RepositoryFunctionalTest.RepositoryWebServer> webServerClass) |
void |
teardownKurentoClient() |
addBrowser, createWebPage, data, getPage, getPage, getPage, getParamType, getPresenter, getPresenter, getTestScenario, getViewer, getViewer, teardownKurentoTest, waitForHostIsReachable, waitSecondsaddLogFile, deleteLogs, getDefaultFileForRecording, getDefaultOutputFile, getDefaultOutputFolder, getServerLogFiles, getSimpleTestName, getTestClassName, getTestDir, getTestIdentifier, getTestMethodName, getTestReport, isDeleteLogsIfSuccess, printKmsLogs, setDeleteLogsIfSuccess, setTestClassName, setTestDir, setTestIdentifier, setTestMethodNameprotected static org.springframework.context.ConfigurableApplicationContext context
protected static KurentoClientManager kurentoClientManager
protected KurentoClient kurentoClient
protected KurentoClient fakeKurentoClient
public KurentoClientBrowserTest(Class<?> webServerClass)
public KurentoClientBrowserTest(TestScenario testScenario)
protected void setWebServerClass(Class<RepositoryFunctionalTest.RepositoryWebServer> webServerClass)
public static void retrieveGstreamerDots()
public void setupKurentoTest()
throws InterruptedException
setupKurentoTest in class BrowserTest<W extends WebPage>InterruptedExceptionprotected int getServerPort()
public static String getPathTestFiles()
public void addFakeClients(int numFakeClients,
int bandwidht,
MediaPipeline mainPipeline,
WebRtcEndpoint senderWebRtcEndpoint)
public void addFakeClients(int numFakeClients,
MediaPipeline mainPipeline,
WebRtcEndpoint senderWebRtcEndpoint,
long timeBetweenClientMs,
SystemMonitorManager monitor,
WebRtcConnector connector)
public void addFakeClients(int numFakeClients,
int bandwidht,
MediaPipeline mainPipeline,
WebRtcEndpoint inputWebRtc,
long timeBetweenClientMs,
SystemMonitorManager monitor,
WebRtcConnector connector)
Copyright © 2015 Kurento. All rights reserved.