Kurento Integration tests - Kurento Tests 6.1.0
A B C D E F G H I J K L M N O P Q R S T U V W 

A

abort(String, Throwable) - Method in class org.kurento.test.internal.AbortableCountDownLatch
Unblocks all threads waiting on this latch and cause them to receive an AbortedException.
AbortableCountDownLatch - Class in org.kurento.test.internal
Abortable count down latch.
AbortableCountDownLatch(int) - Constructor for class org.kurento.test.internal.AbortableCountDownLatch
 
AbortableCountDownLatch.AbortedException - Exception in org.kurento.test.internal
 
AbortableCountDownLatch.AbortedException() - Constructor for exception org.kurento.test.internal.AbortableCountDownLatch.AbortedException
 
AbortableCountDownLatch.AbortedException(String) - Constructor for exception org.kurento.test.internal.AbortableCountDownLatch.AbortedException
 
AbortableCountDownLatch.AbortedException(String, Throwable) - Constructor for exception org.kurento.test.internal.AbortableCountDownLatch.AbortedException
 
activateLatencyControl(String, String) - Method in class org.kurento.test.client.TestClient
 
activateLocalRtcStats(SystemMonitorManager, String) - Method in class org.kurento.test.client.TestClient
 
activateRemoteRtcStats(SystemMonitorManager, String) - Method in class org.kurento.test.client.TestClient
 
addBrowser(String, BrowserClient) - Method in class org.kurento.test.config.TestScenario
 
addBrowserClient(String, BrowserClient) - Method in class org.kurento.test.base.KurentoTest
 
addChangeColorEventListener(VideoTag, TestClient, String) - Method in class org.kurento.test.latency.LatencyController
 
addCurrentLatency(double) - Method in class org.kurento.test.monitor.SystemMonitor
 
addCurrentLatency(long) - Method in class org.kurento.test.monitor.SystemMonitorManager
 
addEventListener(BrowserEventListener) - Method in class org.kurento.test.client.JMeterClient
 
addEventListener(String, String, BrowserEventListener) - Method in class org.kurento.test.client.KurentoTestClient
 
addExtraErrorHtml(String) - Method in class org.kurento.test.config.TestReport
 
addExtraErrorText(String) - Method in class org.kurento.test.config.TestReport
 
addExtraInfoHtml(String) - Method in class org.kurento.test.config.TestReport
 
addExtraInfoText(String) - Method in class org.kurento.test.config.TestReport
 
addListener(ChangeColorEventListener<? extends ChangeColorEvent>) - Method in class org.kurento.test.latency.ChangeColorObservable
 
addNode(String, GridNode) - Method in class org.kurento.test.grid.GridHandler
 
addRtcStats(Map<String, Object>) - Method in class org.kurento.test.monitor.SystemInfo
 
addTestClient(TestClient) - Method in class org.kurento.test.monitor.SystemMonitorManager
 
addTestName(String) - Method in class org.kurento.test.client.KurentoTestClient
 
APP_HTTP_PORT_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
APP_HTTP_PORT_PROP - Static variable in class org.kurento.test.TestConfiguration
 
appendCode(String) - Method in class org.kurento.test.config.TestReport
 
appendCode(Object[]) - Method in class org.kurento.test.config.TestReport
 
appendError(String) - Method in class org.kurento.test.config.TestReport
 
appendException(Throwable, TestScenario) - Method in class org.kurento.test.config.TestReport
 
appendHeader(String) - Method in class org.kurento.test.config.TestReport
 
appendHtml(String) - Method in class org.kurento.test.config.TestReport
 
appendLine() - Method in class org.kurento.test.config.TestReport
 
appendStringToTitle(String) - Method in class org.kurento.test.client.KurentoTestClient
 
appendSuccess(String) - Method in class org.kurento.test.config.TestReport
 
appendText(Object[]) - Method in class org.kurento.test.config.TestReport
 
appendText(String) - Method in class org.kurento.test.config.TestReport
 
appendTitle(String) - Method in class org.kurento.test.config.TestReport
 
appendTrace(String) - Method in class org.kurento.test.config.TestReport
 
appendWarning(String) - Method in class org.kurento.test.config.TestReport
 
apply(Statement, Description) - Method in class org.kurento.test.config.Retry
 
assertCodecs(String, String, String) - Static method in class org.kurento.test.mediainfo.AssertMedia
 
AssertMedia - Class in org.kurento.test.mediainfo
Utility class to assert the expected codecs in a media (video/audio) file.
AssertMedia() - Constructor for class org.kurento.test.mediainfo.AssertMedia
 
audio(String, int, int, AudioChannel) - Method in class org.kurento.test.client.BrowserClient.Builder
 
AudioChannel - Enum in org.kurento.test.services
Kind of audio (stereo, mono).
AUTOSTART_FALSE_VALUE - Static variable in class org.kurento.test.TestConfiguration
 
AUTOSTART_TEST_SUITE_VALUE - Static variable in class org.kurento.test.TestConfiguration
 
AUTOSTART_TEST_VALUE - Static variable in class org.kurento.test.TestConfiguration
 
avoidProxy() - Method in class org.kurento.test.client.BrowserClient.Builder
 
await(long, TimeUnit) - Method in class org.kurento.test.internal.AbortableCountDownLatch
 
await() - Method in class org.kurento.test.internal.AbortableCountDownLatch
 

B

BOWER_KURENTO_CLIENT_TAG_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
BOWER_KURENTO_CLIENT_TAG_PROP - Static variable in class org.kurento.test.TestConfiguration
 
BOWER_KURENTO_UTILS_TAG_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
BOWER_KURENTO_UTILS_TAG_PROP - Static variable in class org.kurento.test.TestConfiguration
 
BROWSER - Static variable in class org.kurento.test.config.BrowserConfig
 
BrowserClient - Class in org.kurento.test.client
Wrapper of Selenium Webdriver for testing Kurento applications.
BrowserClient(BrowserClient.Builder) - Constructor for class org.kurento.test.client.BrowserClient
 
browserClient - Variable in class org.kurento.test.client.TestClient
 
BrowserClient.Builder - Class in org.kurento.test.client
 
BrowserClient.Builder() - Constructor for class org.kurento.test.client.BrowserClient.Builder
 
BrowserConfig - Class in org.kurento.test.config
Browser configuration based for JSON test scenarios.
BrowserConfig() - Constructor for class org.kurento.test.config.BrowserConfig
 
BrowserEventListener - Interface in org.kurento.test.client
Event listener to communicate client and server in tests.
BrowserInstance - Class in org.kurento.test.config
Browser instance.
BrowserInstance(String) - Constructor for class org.kurento.test.config.BrowserInstance
 
BrowserKurentoClientTest - Class in org.kurento.test.base
Base for tests using kurento-client and HTTP Server.
BrowserKurentoClientTest(TestScenario) - Constructor for class org.kurento.test.base.BrowserKurentoClientTest
 
BrowserKurentoClientTest() - Constructor for class org.kurento.test.base.BrowserKurentoClientTest
 
browserPerInstance(int) - Method in class org.kurento.test.client.BrowserClient.Builder
 
BrowserRunner - Interface in org.kurento.test.client
Interface used to execute parallel browsers.
BrowserScope - Enum in org.kurento.test.config
Scope for browser: i) local (installed on machine running the tests; ii) remote (hosts acceded by Selenium Grid); iii) In Saucelabs (a private PAAS for testing).
browserType(BrowserType) - Method in class org.kurento.test.client.BrowserClient.Builder
 
BrowserType - Enum in org.kurento.test.client
Browser to perform automated web testing with Selenium WebDriver.
browserVersion(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 
build() - Method in class org.kurento.test.client.BrowserClient.Builder
 

C

capacities() - Static method in class org.kurento.test.mediainfo.MediaInfo
 
carriageReturn() - Method in class org.kurento.test.config.TestReport
 
ChangeColorEvent - Class in org.kurento.test.latency
Events for color change detection.
ChangeColorEvent(VideoTag, long, Color) - Constructor for class org.kurento.test.latency.ChangeColorEvent
 
ChangeColorEventListener<E extends ChangeColorEvent> - Interface in org.kurento.test.latency
Change color event listener.
ChangeColorObservable - Class in org.kurento.test.latency
Change color observable (notifies observers when a color change is detected in the browser).
ChangeColorObservable() - Constructor for class org.kurento.test.latency.ChangeColorObservable
 
changeTimeout(int) - Method in class org.kurento.test.client.BrowserClient
 
ChartWriter - Class in org.kurento.test.latency
Chart writer for latency results.
ChartWriter(Map<Long, LatencyRegistry>, String) - Constructor for class org.kurento.test.latency.ChartWriter
 
check() - Method in class org.kurento.test.internal.CheckNodes
 
checkColor(String...) - Method in class org.kurento.test.client.TestClient
 
checkLatencyUntil(SystemMonitorManager, long) - Method in class org.kurento.test.client.TestClient
 
checkLocalLatency(long, TimeUnit, TestClient) - Method in class org.kurento.test.latency.LatencyController
 
checkLocalLatencyInBackground(long, TimeUnit, TestClient) - Method in class org.kurento.test.latency.LatencyController
 
CheckNodes - Class in org.kurento.test.internal
Internal test application for assessing the state of hosts for nodes in Selenium Grid.
CheckNodes() - Constructor for class org.kurento.test.internal.CheckNodes
 
checkRemoteLatency(long, TimeUnit, TestClient, TestClient) - Method in class org.kurento.test.latency.LatencyController
 
checkRemoteLatencyInBackground(long, TimeUnit, TestClient, TestClient) - Method in class org.kurento.test.latency.LatencyController
 
CHROME_VIDEOTEST_COLOR - Static variable in class org.kurento.test.base.KurentoTest
 
client(Client) - Method in class org.kurento.test.client.BrowserClient.Builder
 
Client - Enum in org.kurento.test.client
Kind of client (Player, WebRTC, and so on).
CLIENT_RATE_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
CLIENT_RATE_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
clone() - Method in class org.kurento.test.client.TestClient
 
close() - Method in class org.kurento.test.client.BrowserClient
 
close() - Method in class org.kurento.test.client.KurentoTestClient
 
close() - Method in class org.kurento.test.mediainfo.MediaInfo
 
codecs() - Static method in class org.kurento.test.mediainfo.MediaInfo
 
colorDistance(double) - Method in class org.kurento.test.client.BrowserClient.Builder
 
ColorTrigger - Class in org.kurento.test.latency
Thread to detect change of color in one of the video tags (local or remote) of the browser.
ColorTrigger(VideoTag, TestClient, ChangeColorObservable, long) - Constructor for class org.kurento.test.latency.ColorTrigger
 
compare(double, double) - Method in class org.kurento.test.client.KurentoTestClient
 
compareColor(String, Color) - Method in class org.kurento.test.client.TestClient
 
CompatibilityTest - Class in org.kurento.test.base
Compatibility tests.
CompatibilityTest(TestScenario) - Constructor for class org.kurento.test.base.CompatibilityTest
 
consoleLog(ConsoleLogLevel, String) - Method in class org.kurento.test.client.KurentoTestClient
 
ConsoleLogLevel - Enum in org.kurento.test.client
JavaScript console log level.
containsSimilarBrowserKey(String) - Method in class org.kurento.test.grid.GridHandler
 
context - Variable in class org.kurento.test.base.KurentoClientTest
 
copyRemoteVideo(GridNode, String) - Method in class org.kurento.test.grid.GridHandler
 
countKmsProcesses() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
createJsonRpcClient(String) - Static method in class org.kurento.test.services.KurentoClientTestFactory
 
createJsonRpcClient(String, KurentoConnectionListener) - Static method in class org.kurento.test.services.KurentoClientTestFactory
 
createKurentoForTest() - Static method in class org.kurento.test.services.KurentoClientTestFactory
 
createKurentoForTest(KurentoConnectionListener) - Static method in class org.kurento.test.services.KurentoClientTestFactory
 
createRemoteDriver(DesiredCapabilities) - Method in class org.kurento.test.client.BrowserClient
 
createSaucelabsDriver(DesiredCapabilities) - Method in class org.kurento.test.client.BrowserClient
 
createTmpFolder() - Method in class org.kurento.test.services.SshConnection
 
createWithJsonRpcClient(JsonRpcClient) - Static method in class org.kurento.test.services.KurentoClientTestFactory
 
createWithRabbitMqTransport(Address, int) - Static method in class org.kurento.test.services.KurentoMediaServerManager
 
createWithWsTransport(String, int) - Static method in class org.kurento.test.services.KurentoMediaServerManager
 

D

data() - Static method in class org.kurento.test.base.KurentoTest
 
decrementInitInfo(NetInfo) - Method in class org.kurento.test.monitor.NetInfo
 
decrementNumClients() - Method in class org.kurento.test.monitor.SystemMonitor
 
decrementNumClients() - Method in class org.kurento.test.monitor.SystemMonitorManager
 
DEFAULT_MONITOR_RATE_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
DEFAULT_MONITOR_RATE_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
DEFAULT_TMP_FOLDER - Static variable in class org.kurento.test.services.SshConnection
 
destroy() - Method in class org.kurento.test.monitor.SystemMonitorManager
 
destroy() - Method in class org.kurento.test.services.KurentoControlServerManager
 
destroy() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
detectedColorChange(ChangeColorEvent) - Method in class org.kurento.test.latency.ChangeColorObservable
 
dispose() - Method in class org.kurento.test.mediainfo.MediaInfo
 
drawChart(String, int, int) - Method in class org.kurento.test.latency.ChartWriter
 
drawChart(String, int, int) - Method in class org.kurento.test.latency.LatencyController
 

E

enableScreenCapture() - Method in class org.kurento.test.client.BrowserClient.Builder
 
escapeHtml(String) - Method in class org.kurento.test.config.TestReport
 
execAndWaitCommand(String...) - Method in class org.kurento.test.services.SshConnection
 
execAndWaitCommandNoBr(String...) - Method in class org.kurento.test.services.SshConnection
 
execAndWaitCommandWithStderr(String...) - Method in class org.kurento.test.services.SshConnection
 
execCommand(String...) - Method in class org.kurento.test.services.SshConnection
 
executeScript(String) - Method in class org.kurento.test.client.BrowserClient
 
executeScriptAndWaitOutput(String) - Method in class org.kurento.test.client.BrowserClient
 
exists(String) - Method in class org.kurento.test.services.SshConnection
 
extensions(List<Map<String, String>>) - Method in class org.kurento.test.client.BrowserClient.Builder
 
extraErrorHtml - Variable in class org.kurento.test.config.TestReport
 
extraInfoHtml - Variable in class org.kurento.test.config.TestReport
 

F

failed(Throwable, Description) - Method in class org.kurento.test.base.KmsLogOnFailure
 
failIfLatencyProblem() - Method in class org.kurento.test.latency.LatencyController
 
FakeCam - Class in org.kurento.test.client
Fake cam singleton.
FakeCam() - Constructor for class org.kurento.test.client.FakeCam
 
filterValidNodes() - Method in class org.kurento.test.grid.GridHandler
 
finalize() - Method in class org.kurento.test.mediainfo.MediaInfo
 
flushExtraErrorHtml() - Method in class org.kurento.test.config.TestReport
 
flushExtraInfoHtml() - Method in class org.kurento.test.config.TestReport
 
FunctionalTest - Class in org.kurento.test.base
Functional tests.
FunctionalTest(TestScenario) - Constructor for class org.kurento.test.base.FunctionalTest
 

G

get(MediaInfo.StreamKind, int, String) - Method in class org.kurento.test.mediainfo.MediaInfo
 
get(MediaInfo.StreamKind, int, String, MediaInfo.InfoKind) - Method in class org.kurento.test.mediainfo.MediaInfo
 
get(MediaInfo.StreamKind, int, String, MediaInfo.InfoKind, MediaInfo.InfoKind) - Method in class org.kurento.test.mediainfo.MediaInfo
 
get(MediaInfo.StreamKind, int, int) - Method in class org.kurento.test.mediainfo.MediaInfo
 
get(MediaInfo.StreamKind, int, int, MediaInfo.InfoKind) - Method in class org.kurento.test.mediainfo.MediaInfo
 
getAppHttpPort() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getAudio() - Method in class org.kurento.test.client.BrowserClient
 
getAudioChannel() - Method in class org.kurento.test.client.BrowserClient
 
getAudioSampleRate() - Method in class org.kurento.test.client.BrowserClient
 
getBowerKurentoClientTag() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getBowerKurentoUtilsTag() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getBrowser() - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
getBrowser(String) - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
getBrowser(int) - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
getBrowser(String) - Method in class org.kurento.test.base.KurentoTest
 
getBrowser() - Method in class org.kurento.test.base.KurentoTest
 
getBrowser(int) - Method in class org.kurento.test.base.KurentoTest
 
getBrowser() - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
getBrowser(String) - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
getBrowser() - Method in class org.kurento.test.config.BrowserInstance
 
getBrowserClient() - Method in class org.kurento.test.client.TestClient
 
getBrowserMap() - Method in class org.kurento.test.config.TestScenario
 
getBrowserMap(String...) - Method in class org.kurento.test.config.TestScenario
 
getBrowserPerInstance() - Method in class org.kurento.test.client.BrowserClient
 
getBrowserPerInstance() - Method in class org.kurento.test.config.BrowserInstance
 
getBrowserType() - Method in class org.kurento.test.client.BrowserClient
 
getBrowserType() - Method in class org.kurento.test.config.BrowserInstance
 
getBrowserType(String) - Method in class org.kurento.test.config.TestScenario
 
getBrowserType() - Method in class org.kurento.test.grid.GridNode
 
getBrowserVersion() - Method in class org.kurento.test.client.BrowserClient
 
getBrowserVersion(String) - Method in class org.kurento.test.config.TestScenario
 
getBuilder() - Method in class org.kurento.test.client.BrowserClient
 
getCam() - Method in class org.kurento.test.client.FakeCam
 
getCause() - Method in exception org.kurento.test.internal.AbortableCountDownLatch.AbortedException
 
getClient() - Method in class org.kurento.test.client.BrowserClient
 
getCode(String) - Method in class org.kurento.test.config.TestReport
 
getColor() - Method in class org.kurento.test.latency.ChangeColorEvent
 
getColor() - Method in class org.kurento.test.latency.LatencyRegistry
 
getColor() - Method in class org.kurento.test.latency.VideoTag
 
getColor() - Method in enum org.kurento.test.latency.VideoTagType
 
getColorDistance() - Method in class org.kurento.test.client.BrowserClient
 
getConcurrentUsers() - Method in class org.kurento.test.client.JMeterClient
 
getConnection() - Method in class org.kurento.test.services.SshConnection
 
getConnectionTimeout() - Method in class org.kurento.test.services.SshConnection
 
getCpuPercent() - Method in class org.kurento.test.monitor.SystemInfo
 
getCpuUsage() - Method in class org.kurento.test.monitor.SystemMonitor
 
getCurrentColor(VideoTag) - Method in class org.kurento.test.client.TestClient
 
getCurrentRetry() - Method in class org.kurento.test.config.Retry
 
getCurrentTime() - Method in class org.kurento.test.client.KurentoTestClient
 
getCurrentTime(VideoTag) - Method in class org.kurento.test.client.TestClient
 
getDebugOptions() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
getDefaultFileForRecording() - Method in class org.kurento.test.base.KurentoClientTest
 
getDefaultOutputFile(String) - Static method in class org.kurento.test.base.KurentoClientTest
 
getDriver() - Method in class org.kurento.test.client.BrowserClient
 
getDriverClass() - Method in enum org.kurento.test.client.BrowserType
 
getExceptions() - Method in class org.kurento.test.config.Retry
 
getExecutions() - Method in class org.kurento.test.config.BrowserConfig
 
getExtensionAsInputStream(String) - Method in class org.kurento.test.client.BrowserClient
 
getExtensions() - Method in class org.kurento.test.config.BrowserInstance
 
getFile(String, String) - Method in class org.kurento.test.services.SshConnection
 
getFirstNode(String) - Method in class org.kurento.test.grid.GridHandler
 
getFreePort() - Method in class org.kurento.test.services.SshConnection
 
getHome() - Method in class org.kurento.test.grid.GridNode
 
getHost() - Method in class org.kurento.test.client.BrowserClient
 
getHost() - Method in class org.kurento.test.config.BrowserInstance
 
getHost() - Method in class org.kurento.test.grid.GridNode
 
getHost() - Method in class org.kurento.test.services.SshConnection
 
getHttpPort() - Method in class org.kurento.test.services.KurentoControlServerManager
 
getHubHost() - Method in class org.kurento.test.grid.GridHandler
 
getHubPort() - Method in class org.kurento.test.grid.GridHandler
 
getId() - Method in class org.kurento.test.client.BrowserClient
 
getId() - Method in enum org.kurento.test.latency.VideoTagType
 
getInitNetInfo() - Method in class org.kurento.test.monitor.SystemMonitor
 
getInstance() - Static method in class org.kurento.test.grid.GridHandler
 
getInstances() - Method in class org.kurento.test.config.BrowserInstance
 
getInt(int, int) - Static method in class org.kurento.test.services.Randomizer
 
getJobId() - Method in class org.kurento.test.client.BrowserClient
 
getJs() - Method in class org.kurento.test.client.BrowserClient
 
getJsFunction() - Method in enum org.kurento.test.client.WebRtcChannel
 
getJsFunction() - Method in enum org.kurento.test.client.WebRtcMode
 
getKey() - Method in class org.kurento.test.config.BrowserInstance
 
getKmsHttpPort() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getLatency() - Method in class org.kurento.test.client.TestClient
 
getLatency() - Method in class org.kurento.test.latency.LatencyRegistry
 
getLatency() - Method in class org.kurento.test.monitor.SystemInfo
 
getLatency() - Method in class org.kurento.test.monitor.SystemMonitor
 
getLatencyErrors() - Method in class org.kurento.test.monitor.SystemInfo
 
getLatencyErrors() - Method in class org.kurento.test.monitor.SystemMonitor
 
getLatencyException() - Method in class org.kurento.test.latency.LatencyRegistry
 
getLatencyThreshold(TimeUnit) - Method in class org.kurento.test.latency.LatencyController
 
getLatencyThreshold() - Method in class org.kurento.test.latency.LatencyController
 
getLatencyTimeUnit() - Method in class org.kurento.test.latency.LatencyController
 
getLocalhostWsUrl() - Method in class org.kurento.test.services.KurentoControlServerManager
 
getLocalhostWsUrl() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
getLogin() - Method in class org.kurento.test.client.BrowserClient
 
getLogin() - Method in class org.kurento.test.config.BrowserInstance
 
getMaxInstances() - Method in class org.kurento.test.grid.GridNode
 
getMem() - Method in class org.kurento.test.monitor.SystemInfo
 
getMemPercent() - Method in class org.kurento.test.monitor.SystemInfo
 
getMemSwap() - Method in class org.kurento.test.monitor.SystemMonitor
 
getMessage() - Method in exception org.kurento.test.latency.LatencyException
 
getName() - Method in class org.kurento.test.client.BrowserClient
 
getName() - Method in class org.kurento.test.latency.LatencyController
 
getName() - Method in class org.kurento.test.latency.VideoTag
 
getName() - Method in enum org.kurento.test.latency.VideoTagType
 
getNetInfo() - Method in class org.kurento.test.monitor.SystemInfo
 
getNetInfo(NetInfo, NetInfo) - Method in class org.kurento.test.monitor.SystemMonitor
 
getNetInfo(NetInfo) - Method in class org.kurento.test.monitor.SystemMonitor
 
getNetInfoMap() - Method in class org.kurento.test.monitor.NetInfo
 
getNode() - Method in class org.kurento.test.client.BrowserClient
 
getNode() - Method in class org.kurento.test.config.BrowserInstance
 
getNode(String) - Method in class org.kurento.test.grid.GridHandler
 
getNodeList() - Method in class org.kurento.test.grid.GridHandler
 
GetNodeList - Class in org.kurento.test.internal
Internal utility for reading a node from a URL.
GetNodeList() - Constructor for class org.kurento.test.internal.GetNodeList
 
getNumClients() - Method in class org.kurento.test.monitor.SystemInfo
 
getNumClients() - Method in class org.kurento.test.monitor.SystemMonitor
 
getNumInstances() - Method in class org.kurento.test.client.BrowserClient
 
getNumThreadsKms() - Method in class org.kurento.test.monitor.SystemInfo
 
getParentTunnel() - Method in class org.kurento.test.config.BrowserInstance
 
getPasswd() - Method in class org.kurento.test.client.BrowserClient
 
getPasswd() - Method in class org.kurento.test.config.BrowserInstance
 
getPath() - Method in class org.kurento.test.config.BrowserInstance
 
getPath() - Method in class org.kurento.test.services.KurentoControlServerManager
 
getPathTestFiles() - Static method in class org.kurento.test.base.KurentoClientTest
 
getPem() - Method in class org.kurento.test.client.BrowserClient
 
getPem() - Method in class org.kurento.test.services.SshConnection
 
getPesqMos(String, int) - Static method in class org.kurento.test.services.Recorder
 
getPlatform() - Method in class org.kurento.test.client.BrowserClient
 
getPlatform() - Method in class org.kurento.test.config.BrowserInstance
 
getPlatform(String) - Method in class org.kurento.test.config.TestScenario
 
getPlatformType() - Method in class org.kurento.test.config.BrowserInstance
 
getPort() - Method in class org.kurento.test.config.BrowserInstance
 
getPresenter() - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
getPresenter(int) - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
getPresenter() - Method in class org.kurento.test.base.KurentoTest
 
getPresenter(int) - Method in class org.kurento.test.base.KurentoTest
 
getPresenter() - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
getPresenter(int) - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
getProtocol() - Method in class org.kurento.test.client.BrowserClient
 
getProtocol() - Method in class org.kurento.test.config.BrowserInstance
 
getRabbitMqAddress() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getRabbitMqAddress(String) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getRampPlaytime(int) - Static method in class org.kurento.test.grid.ParallelBrowsers
 
getRandomNodeFromList(String, BrowserType, int) - Method in class org.kurento.test.grid.GridHandler
 
getRecordAudio() - Method in class org.kurento.test.client.BrowserClient
 
getRegistrarLocalAddress() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
getRegistrarUri() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
getRemainingLatchesCount() - Method in class org.kurento.test.internal.AbortableCountDownLatch
 
getRemotePesqMos(GridNode, String, int) - Static method in class org.kurento.test.services.Recorder
 
getRemoteVideo(String) - Method in class org.kurento.test.grid.GridNode
 
getRetryCount() - Method in class org.kurento.test.config.Retry
 
getRtcStats() - Method in class org.kurento.test.client.TestClient
 
getRtcStats() - Method in class org.kurento.test.monitor.SystemInfo
 
getSaucelabsKey() - Method in class org.kurento.test.config.BrowserInstance
 
getSaucelabsUser() - Method in class org.kurento.test.config.BrowserInstance
 
getScope() - Method in class org.kurento.test.client.BrowserClient
 
getScope() - Method in class org.kurento.test.config.BrowserInstance
 
getScope(String) - Method in class org.kurento.test.config.TestScenario
 
getSeleniumVersion() - Method in class org.kurento.test.config.BrowserInstance
 
getServerLogFile() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getServerPort() - Method in class org.kurento.test.base.KurentoClientTest
 
getServerPort() - Method in class org.kurento.test.client.BrowserClient
 
getSimpleTestName() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getSingleton() - Static method in class org.kurento.test.client.FakeCam
 
getSshConnection() - Method in class org.kurento.test.grid.GridNode
 
getSwap() - Method in class org.kurento.test.monitor.SystemInfo
 
getSwapPercent() - Method in class org.kurento.test.monitor.SystemInfo
 
getTestCaseName() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getTestDir() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getTestFilesPath() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getTestName() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getTestReport() - Method in class org.kurento.test.config.Retry
 
getTestScenario() - Method in class org.kurento.test.base.KurentoTest
 
getTestScenario() - Method in class org.kurento.test.config.BrowserConfig
 
getThresholdTime() - Method in class org.kurento.test.client.BrowserClient
 
getTime() - Method in class org.kurento.test.latency.ChangeColorEvent
 
getTime() - Method in class org.kurento.test.latency.VideoTag
 
getTime() - Method in enum org.kurento.test.latency.VideoTagType
 
getTimeout() - Method in class org.kurento.test.base.KurentoTest
 
getTimeout() - Method in class org.kurento.test.client.BrowserClient
 
getTimeout() - Method in class org.kurento.test.client.JMeterClient
 
getTimeout() - Method in class org.kurento.test.grid.GridHub
 
getTimeout() - Method in class org.kurento.test.latency.LatencyController
 
getTimeoutTimeUnit() - Method in class org.kurento.test.latency.LatencyController
 
getTmpFolder() - Method in class org.kurento.test.grid.GridNode
 
getTmpFolder() - Method in class org.kurento.test.services.SshConnection
 
getType(String) - Static method in enum org.kurento.test.monitor.StatsOperation
 
getUrl() - Method in class org.kurento.test.client.BrowserClient
 
getUrl() - Method in class org.kurento.test.client.JMeterClient
 
getUrlList() - Method in class org.kurento.test.config.TestScenario
 
getVersion() - Method in class org.kurento.test.config.BrowserInstance
 
getVideo() - Method in class org.kurento.test.client.BrowserClient
 
getVideo() - Method in class org.kurento.test.config.BrowserInstance
 
getVideoTag() - Method in class org.kurento.test.latency.ChangeColorEvent
 
getVideoTagType() - Method in class org.kurento.test.latency.VideoTag
 
getViewer() - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
getViewer(int) - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
getViewer() - Method in class org.kurento.test.base.KurentoTest
 
getViewer(int) - Method in class org.kurento.test.base.KurentoTest
 
getViewer() - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
getViewer(int) - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
getWorkspace() - Static method in class org.kurento.test.services.KurentoMediaServerManager
 
getWsUri() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
getWsUri(String) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
GridHandler - Class in org.kurento.test.grid
Singleton handler for Selenium Grid infrastructure.
GridHandler() - Constructor for class org.kurento.test.grid.GridHandler
 
GridHub - Class in org.kurento.test.grid
Selenium Grid Hub.
GridHub(int) - Constructor for class org.kurento.test.grid.GridHub
 
GridNode - Class in org.kurento.test.grid
Nodes in Selenium Grid testing.
GridNode(String, BrowserType, int) - Constructor for class org.kurento.test.grid.GridNode
 
GridNode(String, BrowserType, int, String, String, String) - Constructor for class org.kurento.test.grid.GridNode
 

H

HOLD_TIME_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
HOLD_TIME_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
host(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 

I

incrementLatencyErrors() - Method in class org.kurento.test.monitor.SystemMonitor
 
incrementLatencyErrors() - Method in class org.kurento.test.monitor.SystemMonitorManager
 
incrementNumClients() - Method in class org.kurento.test.monitor.SystemMonitor
 
incrementNumClients() - Method in class org.kurento.test.monitor.SystemMonitorManager
 
inform() - Method in class org.kurento.test.mediainfo.MediaInfo
 
init() - Method in class org.kurento.test.client.BrowserClient
 
initPage() - Method in class org.kurento.test.config.TestReport
 
initWebRtc(WebRtcEndpoint, WebRtcChannel, WebRtcMode) - Method in class org.kurento.test.client.KurentoTestClient
 
initWebRtcSdpProcessor(SdpOfferProcessor, WebRtcChannel, WebRtcMode) - Method in class org.kurento.test.client.KurentoTestClient
 
injectKurentoTestJs() - Method in class org.kurento.test.client.BrowserClient
 
INSTANCES_SEPARATOR - Static variable in class org.kurento.test.config.TestScenario
 
IPS_REGEX - Static variable in class org.kurento.test.grid.GridHandler
 
isAvoidProxy() - Method in class org.kurento.test.config.BrowserInstance
 
isEnableScreenCapture() - Method in class org.kurento.test.client.BrowserClient
 
isEnableScreenCapture() - Method in class org.kurento.test.config.BrowserInstance
 
isLatencyError() - Method in class org.kurento.test.latency.LatencyRegistry
 
isLocal() - Method in class org.kurento.test.client.BrowserClient
 
isLocal() - Method in class org.kurento.test.config.BrowserInstance
 
isOverwrite() - Method in class org.kurento.test.grid.GridNode
 
isRemote() - Method in class org.kurento.test.client.BrowserClient
 
isRemote() - Method in class org.kurento.test.config.BrowserInstance
 
isSauceLabs() - Method in class org.kurento.test.client.BrowserClient
 
isSauceLabs() - Method in class org.kurento.test.config.BrowserInstance
 
isStarted() - Method in class org.kurento.test.grid.GridNode
 
isStarted() - Method in class org.kurento.test.services.SshConnection
 
isUsePhysicalCam() - Method in class org.kurento.test.client.BrowserClient
 

J

JMeterClient - Class in org.kurento.test.client
Class that models a client used to performance tests; it uses JMeter as testing framework.
JMeterClient(URL) - Constructor for class org.kurento.test.client.JMeterClient
 
json() - Static method in class org.kurento.test.config.TestScenario
 
json(String) - Static method in class org.kurento.test.config.TestScenario
 

K

KCS_AUTOSTART_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KCS_AUTOSTART_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KCS_WS_URI_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KCS_WS_URI_PROP - Static variable in class org.kurento.test.TestConfiguration
 
kill(String) - Static method in class org.kurento.test.internal.KillActiveProcesses
 
KillActiveProcesses - Class in org.kurento.test.internal
Internal utility for killing the active processes of a user in the Selenium Grid hub (for manual testing/debug purposes).
KillActiveProcesses() - Constructor for class org.kurento.test.internal.KillActiveProcesses
 
KillAllProcesses - Class in org.kurento.test.internal
Internal utility for killing all the processes of a user in a remote node (for manual testing/debug purposes).
KillAllProcesses() - Constructor for class org.kurento.test.internal.KillAllProcesses
 
KillProcesses - Class in org.kurento.test.internal
Internal utility for killing all the processes of a user in a remote node (for manual testing/debug purposes).
KillProcesses() - Constructor for class org.kurento.test.internal.KillProcesses
 
KMS_AUTOSTART_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KMS_AUTOSTART_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KMS_HTTP_PORT_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KMS_HTTP_PORT_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KMS_PRINT_LOG_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KMS_PRINT_LOG_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KMS_RABBITMQ_ADDRESS_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KMS_RABBITMQ_ADDRESS_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KMS_TRANSPORT_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KMS_TRANSPORT_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KMS_TRANSPORT_RABBITMQ_VALUE - Static variable in class org.kurento.test.TestConfiguration
 
KMS_TRANSPORT_WS_VALUE - Static variable in class org.kurento.test.TestConfiguration
 
KMS_WAIT_TIMEOUT - Static variable in class org.kurento.test.monitor.SystemMonitor
 
KMS_WS_URI_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KMS_WS_URI_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KmsLogOnFailure - Class in org.kurento.test.base
Utility class to print KMS log when a test fails.
KmsLogOnFailure() - Constructor for class org.kurento.test.base.KmsLogOnFailure
 
KURENTO_GST_PLUGINS_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_GST_PLUGINS_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_KMS_LOGIN_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_KMS_PASSWD_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_KMS_PEM_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_SERVER_COMMAND_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_SERVER_COMMAND_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_SERVER_DEBUG_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_SERVER_DEBUG_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_TESTFILES_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_TESTFILES_PROP - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_WORKSPACE_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
KURENTO_WORKSPACE_PROP - Static variable in class org.kurento.test.TestConfiguration
 
kurentoClient - Static variable in class org.kurento.test.base.KurentoClientTest
 
KurentoClientTest - Class in org.kurento.test.base
Base for tests using kurento-client.
KurentoClientTest() - Constructor for class org.kurento.test.base.KurentoClientTest
 
KurentoClientTest(TestScenario) - Constructor for class org.kurento.test.base.KurentoClientTest
 
KurentoClientTestFactory - Class in org.kurento.test.services
 
KurentoClientTestFactory() - Constructor for class org.kurento.test.services.KurentoClientTestFactory
 
KurentoControlServerManager - Class in org.kurento.test.services
 
KurentoControlServerManager(JsonRpcClient, int, String) - Constructor for class org.kurento.test.services.KurentoControlServerManager
 
KurentoMediaServerManager - Class in org.kurento.test.services
Initializer/stopper class for Kurento Media Server (KMS).
KurentoServicesTestHelper - Class in org.kurento.test.services
 
KurentoServicesTestHelper() - Constructor for class org.kurento.test.services.KurentoServicesTestHelper
 
KurentoTest - Class in org.kurento.test.base
Base for Kurento tests.
KurentoTest() - Constructor for class org.kurento.test.base.KurentoTest
 
KurentoTest(TestScenario) - Constructor for class org.kurento.test.base.KurentoTest
 
KurentoTestClient - Class in org.kurento.test.client
Specific client for tests within kurento-test project.
KurentoTestClient() - Constructor for class org.kurento.test.client.KurentoTestClient
 
KurentoTestClient(KurentoTestClient) - Constructor for class org.kurento.test.client.KurentoTestClient
 

L

LatencyController - Class in org.kurento.test.latency
Latency controller.
LatencyController(String) - Constructor for class org.kurento.test.latency.LatencyController
 
LatencyController(String, SystemMonitorManager) - Constructor for class org.kurento.test.latency.LatencyController
 
LatencyController() - Constructor for class org.kurento.test.latency.LatencyController
 
LatencyException - Exception in org.kurento.test.latency
Latency exception.
LatencyException(String) - Constructor for exception org.kurento.test.latency.LatencyException
 
LatencyException(long, TimeUnit) - Constructor for exception org.kurento.test.latency.LatencyException
 
LatencyException(long, TimeUnit, String, String, long, long) - Constructor for exception org.kurento.test.latency.LatencyException
 
LatencyRegistry - Class in org.kurento.test.latency
Latency registry (for store and draw latency results compiled for LatencyController).
LatencyRegistry() - Constructor for class org.kurento.test.latency.LatencyRegistry
 
LatencyRegistry(long) - Constructor for class org.kurento.test.latency.LatencyRegistry
 
LatencyRegistry(Color, long) - Constructor for class org.kurento.test.latency.LatencyRegistry
 
launchCam(String) - Method in class org.kurento.test.client.FakeCam
 
LOCAL_VIDEO - Static variable in class org.kurento.test.client.KurentoTestClient
 
localChrome() - Static method in class org.kurento.test.config.TestScenario
 
localChromeAndFirefox() - Static method in class org.kurento.test.config.TestScenario
 
localFirefox() - Static method in class org.kurento.test.config.TestScenario
 
localId - Static variable in enum org.kurento.test.latency.VideoTagType
 
localPresenterAndViewer() - Static method in class org.kurento.test.config.TestScenario
 
localPresenterAndViewerRGB() - Static method in class org.kurento.test.config.TestScenario
 
log - Static variable in class org.kurento.test.base.KurentoTest
 
log - Variable in class org.kurento.test.client.BrowserClient
 
log - Static variable in class org.kurento.test.client.TestClient
 
log - Static variable in class org.kurento.test.grid.GridHandler
 
log - Static variable in class org.kurento.test.grid.GridHub
 
log - Static variable in class org.kurento.test.grid.ParallelBrowsers
 
log - Variable in class org.kurento.test.internal.CheckNodes
 
log - Static variable in class org.kurento.test.internal.KillAllProcesses
 
log - Static variable in class org.kurento.test.internal.KillProcesses
 
log - Variable in class org.kurento.test.internal.StartHub
 
log - Variable in class org.kurento.test.latency.ColorTrigger
 
log - Variable in class org.kurento.test.latency.LatencyController
 
log - Static variable in class org.kurento.test.monitor.SystemMonitorManager
 
log - Static variable in class org.kurento.test.sdp.SdpUtils
 
log - Static variable in class org.kurento.test.services.KurentoMediaServerManager
 
log - Static variable in class org.kurento.test.services.SshConnection
 
log - Static variable in class org.kurento.test.Shell
 
login(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 
logLatencyErrorrs() - Method in class org.kurento.test.latency.LatencyController
 
logNodeList() - Method in class org.kurento.test.grid.GridHandler
 
logOnFailure - Variable in class org.kurento.test.base.KurentoClientTest
 

M

main(String[]) - Static method in class org.kurento.test.internal.CheckNodes
 
main(String[]) - Static method in class org.kurento.test.internal.GetNodeList
 
main(String[]) - Static method in class org.kurento.test.internal.KillActiveProcesses
 
main(String[]) - Static method in class org.kurento.test.internal.KillAllProcesses
 
main(String[]) - Static method in class org.kurento.test.internal.KillProcesses
 
main(String[]) - Static method in class org.kurento.test.internal.StartHub
 
main(String[]) - Static method in class org.kurento.test.monitor.SystemMonitor
 
mangleSdp(String, String[]) - Static method in class org.kurento.test.sdp.SdpUtils
 
map() - Static method in enum org.kurento.test.monitor.StatsOperation
 
map(String) - Static method in enum org.kurento.test.monitor.StatsOperation
 
MediaInfo - Class in org.kurento.test.mediainfo
 
MediaInfo() - Constructor for class org.kurento.test.mediainfo.MediaInfo
 
MediaInfo.InfoKind - Enum in org.kurento.test.mediainfo
 
MediaInfo.StreamKind - Enum in org.kurento.test.mediainfo
 
mkdirs(String) - Method in class org.kurento.test.services.SshConnection
 
monitor - Variable in class org.kurento.test.base.PerformanceTest
 
MONITOR_PORT_DEFAULT - Static variable in class org.kurento.test.monitor.SystemMonitor
 
MONITOR_PORT_PROP - Static variable in class org.kurento.test.monitor.SystemMonitor
 

N

NetInfo - Class in org.kurento.test.monitor
Network information (received and sent bytes in the network interfaces of the machine running the tests).
NetInfo() - Constructor for class org.kurento.test.monitor.NetInfo
 
node(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 
nodeIsValid(String) - Method in class org.kurento.test.grid.GridHandler
 
numInstances(int) - Method in class org.kurento.test.client.BrowserClient.Builder
 
numRetries - Variable in class org.kurento.test.config.TestReport
 

O

onEvent(String) - Method in interface org.kurento.test.client.BrowserEventListener
 
onEvent(E) - Method in interface org.kurento.test.latency.ChangeColorEventListener
 
onEvent(ChangeColorEvent) - Method in class org.kurento.test.latency.LatencyController
 
open(File) - Method in class org.kurento.test.mediainfo.MediaInfo
 
option(String) - Method in class org.kurento.test.mediainfo.MediaInfo
 
option(String, String) - Method in class org.kurento.test.mediainfo.MediaInfo
 
org.kurento.test - package org.kurento.test
 
org.kurento.test.base - package org.kurento.test.base
 
org.kurento.test.client - package org.kurento.test.client
 
org.kurento.test.config - package org.kurento.test.config
 
org.kurento.test.grid - package org.kurento.test.grid
 
org.kurento.test.internal - package org.kurento.test.internal
 
org.kurento.test.latency - package org.kurento.test.latency
 
org.kurento.test.mediainfo - package org.kurento.test.mediainfo
 
org.kurento.test.monitor - package org.kurento.test.monitor
 
org.kurento.test.sdp - package org.kurento.test.sdp
 
org.kurento.test.services - package org.kurento.test.services
 
OUTPUT_CSV - Static variable in class org.kurento.test.monitor.SystemMonitor
 

P

ParallelBrowsers - Class in org.kurento.test.grid
Utility for launch browsers in parallel.
ParallelBrowsers() - Constructor for class org.kurento.test.grid.ParallelBrowsers
 
parameterCount(MediaInfo.StreamKind, int) - Method in class org.kurento.test.mediainfo.MediaInfo
 
parameters() - Static method in class org.kurento.test.mediainfo.MediaInfo
 
parentTunnel(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 
parseHeaderEntry() - Method in class org.kurento.test.monitor.NetInfo
 
parseNetEntry() - Method in class org.kurento.test.monitor.NetInfo
 
passwd(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 
pem(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 
PerformanceTest - Class in org.kurento.test.base
Base for tests using kurento-client, Jetty Http Server and Selenium Grid.
PerformanceTest(TestScenario) - Constructor for class org.kurento.test.base.PerformanceTest
 
ping(String) - Static method in class org.kurento.test.services.SshConnection
 
ping(String, int) - Static method in class org.kurento.test.services.SshConnection
 
platform(Platform) - Method in class org.kurento.test.client.BrowserClient.Builder
 
playFileAsLocal(BrowserType, String, int, int, int, Color...) - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
playFileWithPipeline(BrowserType, String, int, int, int, Color...) - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
playUrlInVideoTag(BrowserClient, String, VideoTagType) - Method in class org.kurento.test.base.BrowserKurentoClientTest
 
PRESENTER - Static variable in class org.kurento.test.config.BrowserConfig
 
printKmsLog() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
processSdpOffer(String) - Method in interface org.kurento.test.client.SdpOfferProcessor
 
PROJECT_PATH_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
PROJECT_PATH_PROP - Static variable in class org.kurento.test.TestConfiguration
 
protocol(Protocol) - Method in class org.kurento.test.client.BrowserClient.Builder
 
Protocol - Enum in org.kurento.test.config
Protocol (HTTP, HTTPS, FILE).
putNetInfo(String, long, long) - Method in class org.kurento.test.monitor.NetInfo
 

Q

QualityTest - Class in org.kurento.test.base
Quality tests.
QualityTest(TestScenario) - Constructor for class org.kurento.test.base.QualityTest
 

R

ramp(Map<String, BrowserClient>, SystemMonitorManager, BrowserRunner) - Static method in class org.kurento.test.grid.ParallelBrowsers
 
Randomizer - Class in org.kurento.test.services
Random number generator.
Randomizer() - Constructor for class org.kurento.test.services.Randomizer
 
readConsole() - Method in class org.kurento.test.client.KurentoTestClient
 
readContents(String) - Static method in class org.kurento.test.grid.GridHandler
 
record(int, int, AudioChannel) - Static method in class org.kurento.test.services.Recorder
 
Recorder - Class in org.kurento.test.services
Audio recorder using FFMPEG and audio quality assessment with PESQ.
Recorder() - Constructor for class org.kurento.test.services.Recorder
 
recordRemote(GridNode, int, int, AudioChannel) - Static method in class org.kurento.test.services.Recorder
 
reload() - Method in class org.kurento.test.client.BrowserClient
 
REMOTE_FOLDER - Static variable in class org.kurento.test.grid.GridHandler
 
REMOTE_PID_FILE - Static variable in class org.kurento.test.grid.GridHandler
 
REMOTE_VIDEO - Static variable in class org.kurento.test.client.KurentoTestClient
 
remoteId - Static variable in enum org.kurento.test.latency.VideoTagType
 
remoteKms - Static variable in class org.kurento.test.services.KurentoMediaServerManager
 
repository - Variable in class org.kurento.test.base.RepositoryFunctionalTest
 
repositoryApiConfiguration() - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
RepositoryFunctionalTest - Class in org.kurento.test.base
Base for repository tests.
RepositoryFunctionalTest(TestScenario) - Constructor for class org.kurento.test.base.RepositoryFunctionalTest
 
RepositoryFunctionalTest() - Constructor for class org.kurento.test.base.RepositoryFunctionalTest
 
repositoryHttpServlet() - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
repositoryServletRegistrationBean(RepositoryHttpServlet) - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
restart() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
Retry - Class in org.kurento.test.config
JUnit rule to retry test case in case of failure.
Retry(int) - Constructor for class org.kurento.test.config.Retry
 
RETURN - Static variable in class org.kurento.test.config.TestReport
 
run(BrowserClient) - Method in interface org.kurento.test.client.BrowserRunner
 
run() - Method in class org.kurento.test.latency.ColorTrigger
 
run(String...) - Static method in class org.kurento.test.Shell
 
run(boolean, String...) - Static method in class org.kurento.test.Shell
 
runAndWait(String...) - Static method in class org.kurento.test.Shell
 
runAndWaitArray(String[]) - Static method in class org.kurento.test.Shell
 
runAndWaitCommand(String...) - Method in class org.kurento.test.services.SshConnection
 
runAndWaitNoLog(String...) - Static method in class org.kurento.test.Shell
 
runAndWaitString(String) - Static method in class org.kurento.test.Shell
 
runParallel(List<GridNode>, Runnable) - Method in class org.kurento.test.grid.GridHandler
 

S

SAUCELAB_COMMAND_TIMEOUT_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_COMMAND_TIMEOUT_MAX - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_COMMAND_TIMEOUT_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_IDLE_TIMEOUT_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_IDLE_TIMEOUT_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_KEY_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_MAX_DURATION_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_MAX_DURATION_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SAUCELAB_USER_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
scope(BrowserScope) - Method in class org.kurento.test.client.BrowserClient.Builder
 
scp(String, String) - Method in class org.kurento.test.services.SshConnection
 
SdpOfferProcessor - Interface in org.kurento.test.client
 
SdpUtils - Class in org.kurento.test.sdp
Utilities for handling SDPs.
SdpUtils() - Constructor for class org.kurento.test.sdp.SdpUtils
 
SELENIUM_HUB_ADDRESS - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_HUB_ADDRESS_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_HUB_PORT_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_HUB_PORT_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_NODES_FILE_LIST_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_NODES_LIST_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_NODES_LIST_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_NODES_URL_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_REMOTEWEBDRIVER_TIME_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_REMOTEWEBDRIVER_TIME_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
SELENIUM_VERSION - Static variable in class org.kurento.test.TestConfiguration
 
serverPort(int) - Method in class org.kurento.test.client.BrowserClient.Builder
 
setAvoidProxy(boolean) - Method in class org.kurento.test.config.BrowserInstance
 
setBrowser(String) - Method in class org.kurento.test.config.BrowserInstance
 
setBrowserClient(BrowserClient) - Method in class org.kurento.test.client.TestClient
 
setBrowserPerInstance(int) - Method in class org.kurento.test.config.BrowserInstance
 
setClient(TestClient) - Method in class org.kurento.test.base.KurentoTest
 
setColor(Color) - Method in class org.kurento.test.latency.ChangeColorEvent
 
setColor(Color) - Method in class org.kurento.test.latency.LatencyRegistry
 
setColor(String) - Method in class org.kurento.test.latency.VideoTag
 
setColorCoordinates(int, int) - Method in class org.kurento.test.client.KurentoTestClient
 
setColorCoordinates(int, int) - Method in class org.kurento.test.client.TestClient
 
setConcurrentUsers(int) - Method in class org.kurento.test.client.JMeterClient
 
setConnectionTimeout(int) - Method in class org.kurento.test.services.SshConnection
 
setConsecutiveFailMax(int) - Method in class org.kurento.test.latency.LatencyController
 
setCpuPercent(double) - Method in class org.kurento.test.monitor.SystemInfo
 
setDebugOptions(String) - Method in class org.kurento.test.services.KurentoMediaServerManager
 
setEnableScreenCapture(boolean) - Method in class org.kurento.test.config.BrowserInstance
 
setExecutions(List<Map<String, BrowserInstance>>) - Method in class org.kurento.test.config.BrowserConfig
 
setExtensions(List<Map<String, String>>) - Method in class org.kurento.test.config.BrowserInstance
 
setHost(String) - Method in class org.kurento.test.config.BrowserInstance
 
setHttpPort(int) - Method in class org.kurento.test.services.KurentoMediaServerManager
 
setHubAddress(String) - Method in class org.kurento.test.grid.GridHandler
 
setId(String) - Method in class org.kurento.test.client.BrowserClient
 
setInstances(int) - Method in class org.kurento.test.config.BrowserInstance
 
setKey(String) - Method in class org.kurento.test.config.BrowserInstance
 
setLatency(long) - Method in class org.kurento.test.latency.LatencyRegistry
 
setLatency(double) - Method in class org.kurento.test.monitor.SystemInfo
 
setLatencyError(boolean) - Method in class org.kurento.test.latency.LatencyRegistry
 
setLatencyErrors(int) - Method in class org.kurento.test.monitor.SystemInfo
 
setLatencyException(LatencyException) - Method in class org.kurento.test.latency.LatencyRegistry
 
setLatencyRate(long) - Method in class org.kurento.test.latency.LatencyController
 
setLatencyThreshold(long, TimeUnit) - Method in class org.kurento.test.latency.LatencyController
 
setLocalId(String) - Static method in enum org.kurento.test.latency.VideoTagType
 
setLogin(String) - Method in class org.kurento.test.config.BrowserInstance
 
setMem(long) - Method in class org.kurento.test.monitor.SystemInfo
 
setMemPercent(double) - Method in class org.kurento.test.monitor.SystemInfo
 
setName(String) - Method in class org.kurento.test.client.BrowserClient
 
setName(String) - Method in class org.kurento.test.latency.VideoTag
 
setNetInfo(NetInfo) - Method in class org.kurento.test.monitor.SystemInfo
 
setNetInfoMap(Map<String, NetInfo.NetInfoEntry>) - Method in class org.kurento.test.monitor.NetInfo
 
setNode(String) - Method in class org.kurento.test.config.BrowserInstance
 
setNumClients(int) - Method in class org.kurento.test.monitor.SystemInfo
 
setNumThreadsKms(int) - Method in class org.kurento.test.monitor.SystemInfo
 
setParentTunnel(String) - Method in class org.kurento.test.config.BrowserInstance
 
setPasswd(String) - Method in class org.kurento.test.config.BrowserInstance
 
setPath(String) - Method in class org.kurento.test.config.BrowserInstance
 
setPem(String) - Method in class org.kurento.test.services.SshConnection
 
setPlatform(String) - Method in class org.kurento.test.config.BrowserInstance
 
setPort(int) - Method in class org.kurento.test.config.BrowserInstance
 
setProtocol(String) - Method in class org.kurento.test.config.BrowserInstance
 
setRegistrarLocalAddress(String) - Method in class org.kurento.test.services.KurentoMediaServerManager
 
setRegistrarUri(String) - Method in class org.kurento.test.services.KurentoMediaServerManager
 
setRemoteId(String) - Static method in enum org.kurento.test.latency.VideoTagType
 
setSamplingTime(long) - Method in class org.kurento.test.monitor.SystemMonitor
 
setSamplingTime(long) - Method in class org.kurento.test.monitor.SystemMonitorManager
 
setSaucelabsKey(String) - Method in class org.kurento.test.config.BrowserInstance
 
setSaucelabsUser(String) - Method in class org.kurento.test.config.BrowserInstance
 
setScope(String) - Method in class org.kurento.test.config.BrowserInstance
 
setSeleniumVersion(String) - Method in class org.kurento.test.config.BrowserInstance
 
setServerLogFilePath(File) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
setStarted(boolean) - Method in class org.kurento.test.grid.GridNode
 
setSwap(long) - Method in class org.kurento.test.monitor.SystemInfo
 
setSwapPercent(double) - Method in class org.kurento.test.monitor.SystemInfo
 
setTestCaseName(String) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
setTestClassName(String) - Method in class org.kurento.test.services.KurentoMediaServerManager
 
setTestDir(String) - Method in class org.kurento.test.services.KurentoMediaServerManager
 
setTestDir(String) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
setTestMethodName(String) - Method in class org.kurento.test.services.KurentoMediaServerManager
 
setTestName(String) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
setTestScenario(TestScenario) - Method in class org.kurento.test.config.Retry
 
setTime(long) - Method in class org.kurento.test.latency.ChangeColorEvent
 
setTime(String) - Method in class org.kurento.test.latency.VideoTag
 
setTimeout(int) - Method in class org.kurento.test.base.KurentoTest
 
setTimeout(int) - Method in class org.kurento.test.client.BrowserClient
 
setTimeout(int) - Method in class org.kurento.test.client.JMeterClient
 
setTimeout(int) - Method in class org.kurento.test.grid.GridHub
 
setTimeout(long, TimeUnit) - Method in class org.kurento.test.latency.LatencyController
 
setTmpFolder(String) - Method in class org.kurento.test.grid.GridNode
 
setupHttpServer() - Method in class org.kurento.test.base.RepositoryFunctionalTest
 
setupKurentoClient() - Method in class org.kurento.test.base.KurentoClientTest
 
setupKurentoTest() - Method in class org.kurento.test.base.KurentoTest
 
setupMonitor() - Method in class org.kurento.test.base.PerformanceTest
 
setUrl(URL) - Method in class org.kurento.test.client.JMeterClient
 
setVersion(String) - Method in class org.kurento.test.config.BrowserInstance
 
setVideo(String) - Method in class org.kurento.test.config.BrowserInstance
 
setVideoTag(VideoTag) - Method in class org.kurento.test.latency.ChangeColorEvent
 
setVideoTagType(VideoTagType) - Method in class org.kurento.test.latency.VideoTag
 
Shell - Class in org.kurento.test
Local shell.
Shell() - Constructor for class org.kurento.test.Shell
 
similarColor(Color) - Method in class org.kurento.test.client.KurentoTestClient
 
similarColor(String, Color) - Method in class org.kurento.test.client.TestClient
 
similarColorAt(Color, int, int) - Method in class org.kurento.test.client.KurentoTestClient
 
similarColorAt(String, Color, int, int) - Method in class org.kurento.test.client.TestClient
 
snapshot() - Method in class org.kurento.test.mediainfo.MediaInfo
 
snapshot(MediaInfo.StreamKind, int) - Method in class org.kurento.test.mediainfo.MediaInfo
 
SshConnection - Class in org.kurento.test.services
SSH connection to a remote host.
SshConnection(String) - Constructor for class org.kurento.test.services.SshConnection
 
SshConnection(String, String, String, String) - Constructor for class org.kurento.test.services.SshConnection
 
StabilityTest - Class in org.kurento.test.base
Stability tests.
StabilityTest(TestScenario) - Constructor for class org.kurento.test.base.StabilityTest
 
start() - Method in class org.kurento.test.client.JMeterClient
 
start(String) - Method in class org.kurento.test.client.KurentoTestClient
 
start() - Method in class org.kurento.test.grid.GridHub
 
start() - Method in class org.kurento.test.monitor.SystemMonitor
 
start() - Method in class org.kurento.test.monitor.SystemMonitorManager
 
start() - Method in class org.kurento.test.services.KurentoMediaServerManager
 
start() - Method in class org.kurento.test.services.SshConnection
 
startHttpServer - Static variable in class org.kurento.test.base.KurentoClientTest
 
startHttpServer(Object...) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
startHub() - Method in class org.kurento.test.grid.GridHandler
 
StartHub - Class in org.kurento.test.internal
Internal utility for starting a Selenium Grid Hub (for manual testing/debug purposes).
StartHub() - Constructor for class org.kurento.test.internal.StartHub
 
startKurentoControlServer() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
startKurentoControlServer(String) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
startKurentoMediaServer(String, int) - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
startKurentoMediaServer() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
startKurentoServicesIfNeccessary() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
startNode(GridNode) - Method in class org.kurento.test.grid.GridHandler
 
startNodes() - Method in class org.kurento.test.grid.GridHandler
 
startSsh() - Method in class org.kurento.test.grid.GridNode
 
staticOption(String) - Static method in class org.kurento.test.mediainfo.MediaInfo
 
staticOption(String, String) - Static method in class org.kurento.test.mediainfo.MediaInfo
 
StatsOperation - Enum in org.kurento.test.monitor
Statistic enumeration.
stop() - Method in class org.kurento.test.client.KurentoTestClient
 
stop() - Method in class org.kurento.test.grid.GridHub
 
stop() - Method in class org.kurento.test.monitor.SystemMonitor
 
stop() - Method in class org.kurento.test.monitor.SystemMonitorManager
 
stop() - Method in class org.kurento.test.services.SshConnection
 
stopGrid() - Method in class org.kurento.test.grid.GridHandler
 
stopSsh() - Method in class org.kurento.test.grid.GridNode
 
streamCount(MediaInfo.StreamKind) - Method in class org.kurento.test.mediainfo.MediaInfo
 
subscribeEvents(String) - Method in class org.kurento.test.client.KurentoTestClient
 
subscribeEventsToVideoTag(String, String) - Method in class org.kurento.test.client.KurentoTestClient
 
subscribeLocalEvents(String) - Method in class org.kurento.test.client.KurentoTestClient
 
SystemInfo - Class in org.kurento.test.monitor
System information (CPU usage, memory, swap, and network).
SystemInfo() - Constructor for class org.kurento.test.monitor.SystemInfo
 
SystemMonitor - Class in org.kurento.test.monitor
System monitor class, used to check the CPU usage, memory, swap, and network of the machine running the tests.
SystemMonitor() - Constructor for class org.kurento.test.monitor.SystemMonitor
 
SystemMonitor(long) - Constructor for class org.kurento.test.monitor.SystemMonitor
 
SystemMonitorManager - Class in org.kurento.test.monitor
Class to handle local or remote system monitor.
SystemMonitorManager(String, String, String) - Constructor for class org.kurento.test.monitor.SystemMonitorManager
 
SystemMonitorManager() - Constructor for class org.kurento.test.monitor.SystemMonitorManager
 

T

takeScreeshot(String) - Method in class org.kurento.test.client.TestClient
 
teardownHttpServer() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
teardownKurentoClient() - Method in class org.kurento.test.base.KurentoClientTest
 
teardownKurentoControlServer() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
teardownKurentoMediaServer() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
teardownKurentoServices() - Method in class org.kurento.test.client.KurentoTestClient
 
teardownKurentoTest() - Method in class org.kurento.test.base.KurentoTest
 
teardownMonitor() - Method in class org.kurento.test.base.PerformanceTest
 
teardownServices() - Static method in class org.kurento.test.services.KurentoServicesTestHelper
 
TEST_HOST_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_NODE_LOGIN_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_NODE_PASSWD_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_NODE_PEM_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PATH_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PATH_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PORT_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PROTOCOL_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PROTOCOL_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PUBLIC_IP_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PUBLIC_IP_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_PUBLIC_PORT_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_REPORT_DEFAULT - Static variable in class org.kurento.test.config.TestReport
 
TEST_REPORT_PROPERTY - Static variable in class org.kurento.test.config.TestReport
 
TEST_SCREEN_SHARE_TITLE_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
TEST_SCREEN_SHARE_TITLE_DEFAULT_WIN - Static variable in class org.kurento.test.TestConfiguration
 
TEST_SCREEN_SHARE_TITLE_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TEST_URL_TIMEOUT_DEFAULT - Static variable in class org.kurento.test.TestConfiguration
 
TEST_URL_TIMEOUT_PROPERTY - Static variable in class org.kurento.test.TestConfiguration
 
TestClient - Class in org.kurento.test.client
Generic client for tests using Kurento test infrastructure.
TestClient() - Constructor for class org.kurento.test.client.TestClient
 
TestClient(TestClient) - Constructor for class org.kurento.test.client.TestClient
 
TestConfiguration - Class in org.kurento.test
Test properties.
TestConfiguration() - Constructor for class org.kurento.test.TestConfiguration
 
testName - Variable in class org.kurento.test.base.KurentoTest
 
TestReport - Class in org.kurento.test.config
Test report, to compile information of the test result in a HTML page.
TestReport(String, int) - Constructor for class org.kurento.test.config.TestReport
 
TestReport(String, int, String) - Constructor for class org.kurento.test.config.TestReport
 
testReport - Variable in class org.kurento.test.config.TestReport
 
TestScenario - Class in org.kurento.test.config
Scenarios for test (e.g.
TestScenario() - Constructor for class org.kurento.test.config.TestScenario
 
thresholdTime(int) - Method in class org.kurento.test.client.BrowserClient.Builder
 
timeout(int) - Method in class org.kurento.test.client.BrowserClient.Builder
 
toString() - Method in enum org.kurento.test.client.BrowserType
 
toString() - Method in enum org.kurento.test.client.Client
 
toString() - Method in enum org.kurento.test.client.WebRtcChannel
 
toString() - Method in enum org.kurento.test.client.WebRtcMode
 
toString() - Method in class org.kurento.test.config.BrowserConfig
 
toString() - Method in class org.kurento.test.config.BrowserInstance
 
toString() - Method in enum org.kurento.test.config.BrowserScope
 
toString() - Method in enum org.kurento.test.config.Protocol
 
toString() - Method in class org.kurento.test.config.TestScenario
 
toString() - Method in enum org.kurento.test.latency.VideoTagType
 
toString() - Method in class org.kurento.test.monitor.NetInfo
 
toString() - Method in enum org.kurento.test.monitor.StatsOperation
 
toString() - Method in enum org.kurento.test.services.AudioChannel
 

U

updateRtcStats(Map<String, Object>) - Method in class org.kurento.test.monitor.SystemInfo
 
usePhysicalCam() - Method in class org.kurento.test.client.BrowserClient.Builder
 
useRemoteNodes() - Method in class org.kurento.test.grid.GridHandler
 
useReport(String) - Method in class org.kurento.test.config.Retry
 
useReport(String, String) - Method in class org.kurento.test.config.Retry
 

V

value2Client(String) - Static method in enum org.kurento.test.client.Client
 
valueOf(String) - Static method in enum org.kurento.test.client.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.client.Client
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.client.ConsoleLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.client.WebRtcChannel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.client.WebRtcMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.config.BrowserScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.config.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.latency.VideoTagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.mediainfo.MediaInfo.InfoKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.mediainfo.MediaInfo.StreamKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.monitor.StatsOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.kurento.test.services.AudioChannel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.kurento.test.client.BrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.client.Client
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.client.ConsoleLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.client.WebRtcChannel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.client.WebRtcMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.config.BrowserScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.config.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.latency.VideoTagType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.mediainfo.MediaInfo.InfoKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.mediainfo.MediaInfo.StreamKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.monitor.StatsOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.kurento.test.services.AudioChannel
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class org.kurento.test.mediainfo.MediaInfo
 
video(String) - Method in class org.kurento.test.client.BrowserClient.Builder
 
VideoTag - Class in org.kurento.test.latency
Video tag for color detection (used in latency control).
VideoTag(VideoTagType, String) - Constructor for class org.kurento.test.latency.VideoTag
 
VideoTag(VideoTagType) - Constructor for class org.kurento.test.latency.VideoTag
 
VideoTagType - Enum in org.kurento.test.latency
Video tag (local, remote).
VIEWER - Static variable in class org.kurento.test.config.BrowserConfig
 

W

waitColor(long, VideoTag, Color) - Method in class org.kurento.test.client.TestClient
 
waitForEnding() - Method in class org.kurento.test.client.JMeterClient
 
waitForEvent(String) - Method in class org.kurento.test.client.KurentoTestClient
 
waitForHostIsReachable(URL, int) - Method in class org.kurento.test.base.KurentoTest
 
WebRtcChannel - Enum in org.kurento.test.client
Type of channel in WebRTC communications (audio, video, or both).
WebRtcMode - Enum in org.kurento.test.client
WebRTC communication mode (send and receive, send only, or receive only).
WIDTH_PERCENTAGE - Static variable in class org.kurento.test.config.TestReport
 
writeCsv(String) - Method in class org.kurento.test.latency.LatencyController
 
writer - Variable in class org.kurento.test.config.TestReport
 
writeResults(String) - Method in class org.kurento.test.monitor.SystemMonitor
 
writeResults(String) - Method in class org.kurento.test.monitor.SystemMonitorManager
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Kurento Integration tests - Kurento Tests 6.1.0

Copyright © 2015 Kurento. All rights reserved.