Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 561 Bytes

File metadata and controls

24 lines (19 loc) · 561 Bytes

Labs Cloud Starter for Testing

Contains the required dependencies to make unit and integration tests.

Content

  • com.jayway.jsonpath:json-path
  • com.jayway.restassured:rest-assured
  • org.hamcrest:hamcrest-library
  • org.mockito:mockito-all
  • org.springframework.boot:spring-boot-starter-test

Usage

<dependencies>
    <dependency>
        <groupId>com.brinkus.labs</groupId>
        <artifactId>labs-cloud-starter-test</artifactId>
        <version>${labs.cloud.version}</version>
        <scope>test</scope>
    </dependency>
</dependencies>