You can download sauce_junit-2.1.21.jar in this page.
Open Source
sauce_junit-2.1.21.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/com.saucelabs/sauce_junit/pom.properties META-INF/maven/com.saucelabs/sauce_junit/pom.xml com.saucelabs.junit.ConcurrentParameterized.class com.saucelabs.junit.Parallelized.class com.saucelabs.junit.SauceOnDemandTestWatcher.class
sauce_junit-2.1.21.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>sauce_java</artifactId> <groupId>com.saucelabs</groupId> <version>2.1.21</version> </parent> <artifactId>sauce_junit</artifactId> <name>sauce_junit</name> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.saucelabs</groupId> <artifactId>sauce_java_common</artifactId> <version>${project.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.19</version> <configuration> <redirectTestOutputToFile>true</redirectTestOutputToFile> <parallel>classes</parallel> <useUnlimitedThreads>true</useUnlimitedThreads> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-failsafe-plugin</artifactId> <version>2.19</version> <configuration> <parallel>both</parallel> <threadCount>4</threadCount> </configuration> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>com.saucelabs</groupId> <artifactId>sauce_junit</artifactId> <version>2.1.21</version> </dependency>
If you think the following sauce_junit-2.1.21.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download sauce_junit-2.1.21.jar file