The next generation of JUnit.
-
Updated
Aug 16, 2020 - Java
The next generation of JUnit.
Fluent assertions for Java and Android
Bash Automated Testing System
State of the art mutation testing system for the JVM
Property-based testing, JUnit-style
FluentLenium 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.
[Examples] Complete reference for Android Testing with examples.
MVVM + Kotlin + Retrofit2 + Dagger2 + Coroutines + MVP + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Testing with JUnit 5 for Android.
A collection of JUnit rules for testing code which uses java.lang.System.
Property based testing for Java 8
A JUnit rule to manage docker containers using docker-compose
Android开发中必要的一环---单元测试(Unit Test)
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
Gradle plugin that generates JaCoCo reports from an Android Gradle Project
JQF + Zest: Coverage-guided semantic fuzzing for Java.
A Jest reporter that creates compatible junit xml files
Sample android application used to learn the Model View View Model pattern and DataBinding in Android
A TestNG like dataprovider runner for JUnit with many additional features
An Open Source unit test framework for Hive queries based on JUnit 4 and 5
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Save time & clear your unit tests on Android !
Sample project demonstrating different Test Strategies that can be followed when using Spring Boot.
This library allows easily record video of your UI tests by just putting couple annotations.
Add a description, image, and links to the junit topic page so that developers can more easily learn about it.
To associate your repository with the junit topic, visit your repo's landing page and select "manage topics."
I'm assuming the
org.jetbrains:annotationsdependency is part of testcontainers because it improves Kotlin interoperability.I've discovered a rather annoying Eclipse IDE feature, where type annotations are always produced in generated code when using the IDE "quick fix" feature:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=565463
This is hardly ever useful or idiomatic in Java code. A w