| Package | Description |
|---|---|
| org.kurento.test.base | |
| org.kurento.test.client | |
| org.kurento.test.latency | |
| org.kurento.test.monitor |
| Modifier and Type | Method and Description |
|---|---|
TestClient |
KurentoTest.getBrowser() |
TestClient |
KurentoTest.getBrowser(int index) |
TestClient |
KurentoTest.getBrowser(String browserKey) |
TestClient |
KurentoTest.getPresenter() |
TestClient |
KurentoTest.getPresenter(int index) |
TestClient |
KurentoTest.getViewer() |
TestClient |
KurentoTest.getViewer(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
KurentoTest.setClient(TestClient client) |
| Modifier and Type | Class and Description |
|---|---|
class |
KurentoTestClient
Specific client for tests within kurento-test project.
|
| Modifier and Type | Method and Description |
|---|---|
TestClient |
TestClient.clone() |
| Constructor and Description |
|---|
TestClient(TestClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatencyController.addChangeColorEventListener(VideoTag type,
TestClient testClient,
String name) |
void |
LatencyController.checkLocalLatency(long testTime,
TimeUnit testTimeUnit,
TestClient client) |
void |
LatencyController.checkLocalLatencyInBackground(long testTime,
TimeUnit testTimeUnit,
TestClient client) |
void |
LatencyController.checkRemoteLatency(long testTime,
TimeUnit testTimeUnit,
TestClient localClient,
TestClient remoteClient) |
void |
LatencyController.checkRemoteLatencyInBackground(long testTime,
TimeUnit testTimeUnit,
TestClient localClient,
TestClient remoteClient) |
| Constructor and Description |
|---|
ColorTrigger(VideoTag videoTag,
TestClient testClient,
ChangeColorObservable observable,
long timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemMonitorManager.addTestClient(TestClient client) |
Copyright © 2015 Kurento. All rights reserved.