GithubHelp home page GithubHelp logo

isabella232 / junit5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from junit-team/junit5

0.0 0.0 0.0 606.43 MB

✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM

Home Page: https://junit.org

License: Eclipse Public License 2.0

Java 97.48% Kotlin 2.16% Shell 0.07% Groovy 0.28%

junit5's Introduction

JUnit 5

This repository is the home of the next generation of JUnit, JUnit 5.

Support JUnit

Latest Releases

  • General Availability (GA): JUnit 5.8.2 (November 28, 2021)
  • Preview (Milestone/Release Candidate): n/a

Documentation

Contributing

Contributions to JUnit 5 are both welcomed and appreciated. For specific guidelines regarding contributions, please see CONTRIBUTING.md in the root directory of the project. Those willing to use milestone or SNAPSHOT releases are encouraged to file feature requests and bug reports using the project's issue tracker. Issues marked with an up-for-grabs label are specifically targeted for community contributions.

Getting Help

Ask JUnit 5 related questions on StackOverflow or chat with the community on Gitter.

Continuous Integration Builds

CI Status Cross-Version Status

Official CI build server for JUnit 5. Used to perform quick checks on submitted pull requests and for build matrices including the latest released OpenJDK and early access builds of the next OpenJDK.

Code Coverage

Code coverage using JaCoCo for the latest build is available on Codecov.

A code coverage report can also be generated locally via the Gradle Wrapper by executing gradlew -PenableJaCoCo clean jacocoRootReport. The results will be available in build/reports/jacoco/jacocoRootReport/html/index.html.

Gradle Enterprise

Revved up by Gradle Enterprise

JUnit 5 utilizes Gradle Enterprise for Build Scans, Build Cache, and Test Distribution.

The latest Build Scans are available on ge.junit.org. Currently, only core team members can publish Build Scans and use Test Distribution on that server. You can, however, publish a Build Scan to scans.gradle.com by using the --scan parameter explicitly.

The remote Build Cache is enabled by default for everyone so that local builds can reuse task outputs from previous CI builds.

Building from Source

You need JDK 17 to build JUnit 5. Gradle toolchains are used to detect and potentially download additional JDKs for compilation and test execution.

All modules can be built with the Gradle Wrapper using the following command.

gradlew clean assemble

All modules can be tested with the Gradle Wrapper using the following command.

gradlew clean test

Since Gradle has excellent incremental build support, you can usually omit executing the clean task.

Installing in Local Maven Repository

All modules can be installed with the Gradle Wrapper in a local Maven repository for consumption in other projects via the following command.

gradlew clean publishToMavenLocal

Dependency Metadata

Consult the Dependency Metadata section of the User Guide for a list of all artifacts of the JUnit Platform, JUnit Jupiter, and JUnit Vintage.

See also https://repo1.maven.org/maven2/org/junit/ for releases and https://oss.sonatype.org/content/repositories/snapshots/org/junit/ for snapshots.

junit5's People

Contributors

aalmiray avatar andrei94 avatar avandeursen avatar bechte avatar bjhargrave avatar ethomson avatar gaganis avatar jbduncan avatar jjohannes avatar jlink avatar jlleitschuh avatar juliette-derancourt avatar junit-builds avatar kriegfrj avatar lutovich avatar marcono1234 avatar marcphilipp avatar mkobit avatar mmerdes avatar mpkorstanje avatar mureinik avatar rotty3000 avatar runningcode avatar sbrannen avatar schauder avatar signed avatar smoyer64 avatar sormuras avatar stefanbirkner avatar stevencrockett avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.