Skip to content

michalbasinskiTpay/payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payments

This is a sample application showcasing the capabilities of WireMock in integration testing with Spring Boot.

Technologies Used

  • Java 17
  • Spring Boot
  • WireMock
  • JUnit
  • Gradle

Building the Project

To build the project, use the following command:

./gradlew build

This will compile and package the application, generating the necessary artifacts for deployment.

Project Overview

The project utilizes Java 17 and Spring Boot framework to create an application that demonstrates how WireMock can be used for integration testing. WireMock is a library for HTTP-based APIs that allows you to simulate and stub HTTP requests and responses, making it a powerful tool for testing API integrations in a controlled environment.

The application is built using Gradle as the build tool and JUnit for writing and executing tests. The build.gradle file contains the necessary dependencies and configurations for the project.

Getting Started

To get started with the application, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the project in your preferred IDE.
  3. Build the project using the provided Gradle command: gradlew build.
  4. Run the tests using JUnit.
  5. Explore the application code and the tests to understand how WireMock is used for integration testing.

About

Test WireMock payments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages