Download restx-specs-tests-0.35.jar file

Introduction

You can download restx-specs-tests-0.35.jar in this page.

License

Open Source

Type List

restx-specs-tests-0.35.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.restx/restx-specs-tests/pom.properties
META-INF/maven/io.restx/restx-specs-tests/pom.xml
META-INF/services/restx.factory.FactoryMachine
restx.tests.FindSpecsIn.class
restx.tests.GivenCleaner.class
restx.tests.GivenRunner.class
restx.tests.GivenSpecRule.class
restx.tests.GivenSpecRuleSupplier.class
restx.tests.GivenTimeRunner.class
restx.tests.GivenTimeRunnerFactoryMachine.class
restx.tests.GivenUUIDGeneratorRunner.class
restx.tests.GivenUUIDGeneratorRunnerFactoryMachine.class
restx.tests.HttpTestClient.class
restx.tests.NoopGivenCleaner.class
restx.tests.RestxServerRule.class
restx.tests.RestxSpecRule.class
restx.tests.RestxSpecRunner.class
restx.tests.RestxSpecTestServer.class
restx.tests.RestxSpecTestServerRunningServerRulesInvalidTestDescriptor.class
restx.tests.RestxSpecTestServerRunningServerRulesInvalidTestDescriptorFactoryMachine.class
restx.tests.RestxSpecTests.class
restx.tests.RestxSpecTestsRunner.class
restx.tests.RunningServerSettingsConfig.class
restx.tests.RunningServerSettingsConfigFactoryMachine.class
restx.tests.RunningServerSettingsProvider.class
restx.tests.RunningServerSettingsProviderFactoryMachine.class
restx.tests.TestRequest.class
restx.tests.TestResult.class
restx.tests.TestResultSummary.class
restx.tests.ThreadLocalPrintStream.class
restx.tests.WhenChecker.class
restx.tests.WhenHttpChecker.class
restx.tests.WhenHttpCheckerFactoryMachine.class
restx.tests.WhenThenCheck.class
restx.tests.json.FileJsonSource.class
restx.tests.json.JsonAssertions.class
restx.tests.json.JsonDiff.class
restx.tests.json.JsonDiffComparator.class
restx.tests.json.JsonDiffer.class
restx.tests.json.JsonMerger.class
restx.tests.json.JsonObjectLocation.class
restx.tests.json.JsonSource.class
restx.tests.json.JsonWithLocationsParser.class
restx.tests.json.StringJsonSource.class
restx.tests.json.URLJsonSource.class
restx/tests/json/json-diff.html

Pom

restx-specs-tests-0.35.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>
        <groupId>io.restx</groupId>
        <artifactId>restx-parent</artifactId>
        <version>0.35</version>
    </parent>

    <artifactId>restx-specs-tests</artifactId>
    <name>restx-specs-tests</name>

    <properties>
        <diffutils.version>1.3.0</diffutils.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-factory</artifactId>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-core-annotation-processor</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>org.assertj</groupId>
            <artifactId>assertj-core</artifactId>
        </dependency>
        <dependency>
            <groupId>com.github.kevinsawicki</groupId>
            <artifactId>http-request</artifactId>
        </dependency>
        <dependency>
            <groupId>com.googlecode.java-diff-utils</groupId>
            <artifactId>diffutils</artifactId>
        </dependency>
        <dependency>
            <groupId>io.restx</groupId>
            <artifactId>restx-server-jetty8</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.restx</groupId>
   <artifactId>restx-specs-tests</artifactId>
   <version>0.35</version>
</dependency>

Download

If you think the following restx-specs-tests-0.35.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download restx-specs-tests-0.35.jar file




PreviousNext

Related