Download sauce_junit-2.1.20.jar file

Introduction

You can download sauce_junit-2.1.20.jar in this page.

License

Open Source

Type List

sauce_junit-2.1.20.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

Pom

sauce_junit-2.1.20.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.20</version>
    </parent>
    <artifactId>sauce_junit</artifactId>

    <name>sauce_junit</name>

    <dependencies>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</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>
                <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.12.4</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>

POM Entry

<dependency>
   <groupId>com.saucelabs</groupId>
   <artifactId>sauce_junit</artifactId>
   <version>2.1.20</version>
</dependency>

Download

If you think the following sauce_junit-2.1.20.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.20.jar file




PreviousNext

Related