| Package | Description |
|---|---|
| org.kurento.test.base | |
| org.kurento.test.browser | |
| org.kurento.test.latency | |
| org.kurento.test.monitor |
| Modifier and Type | Class and Description |
|---|---|
class |
BrowserTest<W extends WebPage>
Base for Kurento tests that use browsers.
|
class |
KurentoClientBrowserTest<W extends WebPage>
Base for tests using Kurento client tests with browsers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebRtcTestPage
Specific client for tests within kurento-test project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LatencyController.addChangeColorEventListener(VideoTag type,
WebPage testClient,
String name) |
void |
LatencyController.checkLatency(long testTime,
TimeUnit testTimeUnit,
WebPage client) |
void |
LatencyController.checkLatency(long testTime,
TimeUnit testTimeUnit,
WebPage localClient,
WebPage remoteClient) |
void |
LatencyController.checkLatencyInBackground(long testTime,
TimeUnit testTimeUnit,
WebPage client) |
void |
LatencyController.checkLatencyInBackground(long testTime,
TimeUnit testTimeUnit,
WebPage localClient,
WebPage remoteClient) |
void |
LatencyController.checkLatencyInBackground(WebPage localClient,
WebPage remoteClient) |
| Constructor and Description |
|---|
ColorTrigger(VideoTag videoTag,
WebPage testClient,
ChangeColorObservable observable,
long timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
WebPage |
WebRtcClient.getWebPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemMonitorManager.addWebRtcClient(String id,
WebRtcEndpoint webRtcEndpoint,
WebPage page) |
void |
SystemMonitorManager.addWebRtcClientAndActivateInboundStats(String id,
WebRtcEndpoint webRtcEndpoint,
WebPage page,
String peerConnectionId) |
void |
SystemMonitorManager.addWebRtcClientAndActivateOutboundStats(String id,
WebRtcEndpoint webRtcEndpoint,
WebPage page,
String peerConnectionId) |
void |
SystemMonitorManager.addWebRtcClientAndActivateStats(String id,
WebRtcEndpoint webRtcEndpoint,
WebPage page,
String peerConnectionId) |
| Constructor and Description |
|---|
WebRtcClient(String id,
WebRtcEndpoint webRtcEndpoint,
WebPage webPage) |
Copyright © 2016 Kurento. All rights reserved.