40 skills found · Page 1 of 2
junit-team / Junit Framework✅ The programmer-friendly testing framework for Java and the JVM
instancio / InstancioA library that creates fully populated objects for your unit tests.
adobe / S3MockA mock implementation of the AWS S3 API startable as Docker image, TestContainer, JUnit 4 rule, JUnit Jupiter extension or TestNG listener
sbrannen / Spring Test Junit5Spring TestContext Framework Extension for JUnit Jupiter (a.k.a., JUnit 5)
khmarbaise / Maven It ExtensionExperimental JUnit Jupiter Extension for writing integration tests for Maven plugins/Maven extensions/Maven Core
apter-tech / Junit5 Robolectric ExtensionThis repository aims to bridge the gap between JUnit 5 and Robolectric, enabling developers to leverage the benefits of both frameworks for unit testing Android applications. While Robolectric currently lacks a dedicated JUnit 5 extension, this project proposes a community-driven solution to achieve seamless integration.
sbt / Sbt Jupiter InterfaceImplementation of sbt's test interface for JUnit 5's Jupiter module
JolaPsh / Voting SystemREST / Spring Boot / Spring Security / Spring Data JPA / HSQLDB
scordio / Jimfs Junit JupiterJUnit Jupiter `@TempDir` extension based on the in-memory file system Jimfs
MenekseYuncu / Restaurant ManagementThis application will be a Back-End application that can manage the basic processes in a restaurant.
JoseLion / Pretty JupiterA Gradle plugin to pretty-log JUnit Jupiter tests when run from the Gradle test task. Nested tests are grouped together and the output styles is very similar to `mocha.js`
sparsick / Testcontainers Spring BootDemo Application for my blog posts about Testcontainers integration in Spring Boot tests
daggerok / Liquibase R2dbc Spring Boot StarterThis repository demonstrates how 2 implement Liquibase R2DBC Spring Boot starter. Stack: Liquibase R2DBC Spring Boot starter with next technology stack: Liquibase, R2DBC, Spring Boot, Kotlin, Junit Jupiter 5, MySQL, MariaDB, PostgreSQL, MS SQL Server, H2, r2dbc-pool, r2dbc-proxy, Test-containers, Maven, Bash
nagyesta / Abort MissionA lightweight Java library providing flexible test abortion support for test groups to allow fast failures.
OndraZizka / JunitdiffJUnitDiff creates a HTML table from multiple JUnit runs. Rows are tests, columns are runs. Clicking the statuses reveals a pop-up with the logs and the stacktrace if any.
bonigarcia / Selenium Jupiter ExamplesTest examples using Selenium-Jupiter, Selenium WebDriver, and JUnit 5
david-kariuki / Junit5 Testing JavaThis is a java project to learn JUnit testing. https://david-kariuki.github.io/JUnitTestingProject/
flowinquiry / Spring TestcontainersDesigned to make writing integration tests with Testcontainers in Java effortless and extensible
michael-simons / Junit Jupiter Causal Cluster Testcontainer ExtensionNo description available
allure-examples / Junit5 Java MavenExample of Allure Report usage with JUnit 5 (Jupiter), Java and Maven