Skip navigation links
C F G P S 

C

com.saucelabs.junit - package com.saucelabs.junit
 
ConcurrentParameterized - Class in com.saucelabs.junit
Reimplementation of Parallelized to support parameterized tests and concurrent execution of test methods.
ConcurrentParameterized(Class<?>) - Constructor for class com.saucelabs.junit.ConcurrentParameterized
Only called reflectively.
ConcurrentParameterized.Parameter - Annotation Type in com.saucelabs.junit
Annotation for fields of the test class which will be initialized by the method annotated by Parameters By using directly this annotation, the test class constructor isn't needed.
ConcurrentParameterized.Parameters - Annotation Type in com.saucelabs.junit
Annotation for a method which provides parameters to be injected into the test class constructor by SauceParameterized

F

failed(Throwable, Description) - Method in class com.saucelabs.junit.SauceOnDemandTestWatcher
Invoked if the unit test either throws an error or fails.

G

getChildren() - Method in class com.saucelabs.junit.ConcurrentParameterized
 

P

Parallelized - Class in com.saucelabs.junit
Creates a dynamically sized thread pool when running parallel tests.
Parallelized(Class) - Constructor for class com.saucelabs.junit.Parallelized
 

S

SauceOnDemandTestWatcher - Class in com.saucelabs.junit
TestWatcher subclass that will mark a Sauce OnDemand job as passed or failed depending on the result of the test case being executed.
SauceOnDemandTestWatcher(SauceOnDemandSessionIdProvider) - Constructor for class com.saucelabs.junit.SauceOnDemandTestWatcher
 
SauceOnDemandTestWatcher(SauceOnDemandSessionIdProvider, boolean) - Constructor for class com.saucelabs.junit.SauceOnDemandTestWatcher
 
SauceOnDemandTestWatcher(SauceOnDemandSessionIdProvider, SauceOnDemandAuthentication) - Constructor for class com.saucelabs.junit.SauceOnDemandTestWatcher
 
SauceOnDemandTestWatcher(SauceOnDemandSessionIdProvider, SauceOnDemandAuthentication, boolean) - Constructor for class com.saucelabs.junit.SauceOnDemandTestWatcher
 
SauceOnDemandTestWatcher(SauceOnDemandSessionIdProvider, String, String, boolean) - Constructor for class com.saucelabs.junit.SauceOnDemandTestWatcher
 
succeeded(Description) - Method in class com.saucelabs.junit.SauceOnDemandTestWatcher
Invoked if the unit test passes without error or failure.
C F G P S 
Skip navigation links

Copyright © 2016 Sauce Labs. All rights reserved.