Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spt-development/spt-development-test

A collection of utility classes useful for unit and integration testing.
https://github.com/spt-development/spt-development-test

apache-http email greenmail http integration-testing jms junit-extension logback testing unit-testing

Last synced: about 2 months ago
JSON representation

A collection of utility classes useful for unit and integration testing.

Awesome Lists containing this project

README

        

````
____ ____ _____ ____ _ _
/ ___|| _ \_ _| | _ \ _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_
\___ \| |_) || | | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|
___) | __/ | | | |_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_
|____/|_| |_| |____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|
|_|
testing ------------------------------------------------------------------------
````

[![build_status](https://github.com/spt-development/spt-development-test/actions/workflows/build.yml/badge.svg)](https://github.com/spt-development/spt-development-test/actions)

This project provides re-usable components and helper classes to be used for integration and unit tests to perform the
following:

* HTTP requests (with optional authentication).
* Receive messages from JMS queues.
* Verify that log messages have been logged with Logback.
* GreenMail JUnit extension.

Usage
=====

See Javadoc.

Building locally
================

To build the project, run the following maven command:

```shell
$ ./mvnw clean install
```

Release
=======

To build a release and upload to Maven Central push to `main`.