junit5 5.9.2-1 source package in Ubuntu

Changelog

junit5 (5.9.2-1) unstable; urgency=medium

  [ Vladimir Petko ]
  * Fixed the junit-jupiter-api classpath (Closes: #1028991)

  [ Emmanuel Bourg ]
  * New upstream release
  * Standards-Version updated to 4.6.2

 -- Emmanuel Bourg <email address hidden>  Mon, 16 Jan 2023 07:34:23 +0100

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junit5_5.9.2-1.dsc 2.2 KiB 2854f30ecb08653ca8646e7f377185588f6f9fb86e37736291fea5d11d7b0000
junit5_5.9.2.orig.tar.xz 2.2 MiB 30f6f0370ca02802843a4b46b0f3acc85c88ac558937c78a61ff4f825c7bf8cb
junit5_5.9.2-1.debian.tar.xz 16.6 KiB 6e9dfe898d3ae7195deab17def18e474e1eb0bf875857ec2a3d8d63754742fc0

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.