项目作者: spt-development

项目描述 :
A collection of utility classes useful for unit and integration testing.
高级语言: Java
项目地址: git://github.com/spt-development/spt-development-test.git
创建时间: 2021-02-19T12:06:19Z
项目社区:https://github.com/spt-development/spt-development-test

开源协议:Apache License 2.0

下载


  1. ____ ____ _____ ____ _ _
  2. / ___|| _ \_ _| | _ \ _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_
  3. \___ \| |_) || | | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __|
  4. ___) | __/ | | | |_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_
  5. |____/|_| |_| |____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__|
  6. |_|
  7. testing ------------------------------------------------------------------------

build_status

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:

  1. $ ./mvnw clean install

Release

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