QuickperfQuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
Junit DataproviderA TestNG like dataprovider runner for JUnit with many additional features
HiverunnerAn Open Source unit test framework for Hive queries based on JUnit 4 and 5
Mastering Junit5A comprehensive collection of test examples created with JUnit 5
TutorialSpring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
TruthFluent assertions for Java and Android
Video Recorder JavaThis library allows easily record video of your UI tests by just putting couple annotations.
ExpektBDD assertion library for Kotlin
SpectrumA BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber.
Kafka JunitThis library wraps Kafka's embedded test cluster, allowing you to more easily create and run integration tests using JUnit against a "real" kafka server running within the context of your tests. No need to stand up an external kafka cluster!
ScottNever debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
SniffySniffy - interactive profiler, testing and chaos engineering tool for Java
VertxuiPure 100% java reactive-style client-side webpages with POJO traffic, jUnit GUI testing, declarative view-on-model, automatic browser reloading and more.
Kotlin Espresso SampleMVP Android project that uses Espresso instrumentation tests and Robolectric. All written in Kotlin.
Junitperf⛵️Junit performance rely on junit5 and jdk8+.(java 性能测试框架)
DspotAutomatically detect and generate missing assertions for Junit test cases (also known as test amplification)
PitestState of the art mutation testing system for the JVM
JcunitA Combinatorial Testing + Model-based Testing framework on top of Java+JUnit. Model your application as code and let JCUnit do the rest.
JunitparserParses JUnit/xUnit Result XML files with ease
Junit ExtensionsJUnit5 extensions library including JUnit5 equivalents of some of the common JUnit4 rules: ExpectedException, TemporaryFolder etc
Star Wars ShopSimple project with clean architecture and android lifecycle
TestlogcollectorsA framework for capturing log statements during tests. Compatible with most popular logging frameworks. Works with JUnit and TestNG
Junit MergeNodeJS CLI for merging JUnit XML test results
FluentleniumFluentLenium is a website & mobile automation framework which extends Selenium to write reliable and resilient UI functional tests. This framework is React ready. Written and maintained by people who are automating browser-based tests on a daily basis.
Testcontainers JavaTestcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
Junit5✅ The 5th major version of the programmer-friendly testing framework for Java and the JVM
System RulesA collection of JUnit rules for testing code which uses java.lang.System.
JqfJQF + Zest: Coverage-guided semantic fuzzing for Java.
Android Gif ExampleGif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
S3mockA simple mock implementation of the AWS S3 API startable as Docker image, JUnit 4 rule, or JUnit Jupiter extension
Jest JunitA Jest reporter that creates compatible junit xml files
Clean Mvvm Archcomponents👽 Android app consuming Star Wars API.Built with clean architecture ,MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout
Tictactoe MvvmSample android application used to learn the Model View View Model pattern and DataBinding in Android
JqwikProperty-Based Testing on the JUnit Platform
Blog Tutorials⭐️ Codebase for the tutorials on my blog about Java, Spring Boot, AWS, Kotlin and Testing