junit5 5.3.2-4 source package in Ubuntu

Changelog

junit5 (5.3.2-4) unstable; urgency=medium

  * Team upload.
  * Add patch for deprecated usage of AllDefaultPossibilitiesBuilder
    (Closes: #975225)

 -- tony mancill <email address hidden>  Sat, 21 Nov 2020 15:18:25 -0800

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junit5_5.3.2-4.dsc 2.1 KiB 6b99508b1e78dbc3025528ac90936f50d8c067648a891f0678d5f13b017531f3
junit5_5.3.2.orig.tar.xz 559.0 KiB 2520e0914f97a048f1ad3e2387db81d6fc3e3a3c9b1d18dc29e7c69233da4517
junit5_5.3.2-4.debian.tar.xz 13.1 KiB 81f9c61e3ad7368d87f81db8020ec6d5647312f134ede9e15b3820c61995695b

Available diffs

No changes file available.

Binary packages built by this source

junit5: JUnit regression test framework for Java

 JUnit is a framework to write repeatable tests.
 .
 Unlike previous versions of JUnit, JUnit 5 is composed of several different
 modules from three sub-projects: JUnit Platform, JUnit Jupiter and
 JUnit Vintage.
 .
 The JUnit Platform serves as a foundation for launching testing frameworks
 on the JVM. It also defines the TestEngine API for developing a testing
 framework that runs on the platform. Furthermore, the platform provides
 a Console Launcher to launch the platform from the command line and a JUnit 4
 based Runner for running any TestEngine on the platform in a JUnit 4 based
 environment. First-class support for the JUnit Platform also exists in popular
 IDEs and build tools.
 .
 JUnit Jupiter is the combination of the new programming model and extension
 model for writing tests and extensions in JUnit 5. The Jupiter sub-project
 provides a TestEngine for running Jupiter based tests on the platform.
 .
 JUnit Vintage provides a TestEngine for running JUnit 3 and JUnit 4 based
 tests on the platform.