junit5-samples
junit5-samples copied to clipboard
Collection of sample applications using JUnit 5.
Unfortunately this simple example doesn't show how to meaningfully combine JUnit with Jigsaw. If I'm not mistaken, junit should not be in the "requires" section of the module-info,java, as it...
## Overview We are developers from [Flexport](https://www.flexport.com/). This PR is to open source how we solve this issue(https://github.com/bazelbuild/bazel/issues/6681), and make Bazel support JUnit5. A blog post talks about this: [https://flexport.engineering/connecting-bazel-and-junit5-by-transforming-arguments-46440c6ea068](https://flexport.engineering/connecting-bazel-and-junit5-by-transforming-arguments-46440c6ea068)...
## Overview Fixes #98 Fixes #115 --- I hereby agree to the terms of the JUnit Contributor License Agreement.
## Overview This PR contains `junit5-migration-maven-kotlin` project demonstrates how to execute tests written in Java and Kotlin based on JUnit 5 using Maven. In addition, it showcases that existing JUnit...
## Overview This PR contains `junit5-jupiter-starter-maven-scala` sample with minimal configuration for getting started project with JUnit Jupiter using Maven build system and Scala programming language. --- I hereby agree to...
## Overview This is a reproducer for Vintage failure when JUnit3 suite contains tests with repeated names in different subsuites. Test output is as follows. Note: `SuiteWithSubsuites#hello` is registered twice...
- [x] junit5-jupiter-starter-bazel #79 - [ ] junit5-jupiter-starter-console (similar to the ant starter?) - [ ] junit5-modular-gradle (using https://github.com/java9-modularity/gradle-modules-plugin) - [ ] junit5-modular-maven (similar to https://github.com/sormuras/testing-in-the-modular-world)
## Description Directory https://github.com/junit-team/junit5/tree/master/platform-tooling-support-tests/projects already contains various `gradle-xxx` projects, but none using an Android environment. https://github.com/junit-team/junit5-samples should also include an Android-based sample project. ## Deliverables - [ ] Creating integration...
As a follow-up from https://github.com/junit-team/junit5-samples/commit/70a946678c4e2eeca6356a6420a6cb48285259e6 we should replace all `http://...` URLs with their `https://...` variants in **all files** of the sample projects.
See thread starting with https://github.com/junit-team/junit5-samples/pull/114#discussion_r330552576 for details. ## Related Issues - #66 - #98