COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200818005555/https://github.com/topics/junit
Here are
2,047 public repositories
matching this topic...
The next generation of JUnit.
Updated
Aug 16, 2020
Java
Fluent assertions for Java and Android
Updated
Aug 17, 2020
Java
Bash Automated Testing System
Updated
Aug 17, 2020
Shell
State of the art mutation testing system for the JVM
Updated
Jul 28, 2020
Java
Property-based testing, JUnit-style
Updated
Aug 17, 2020
Java
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.
Updated
Aug 17, 2020
Java
[Examples] Complete reference for Android Testing with examples.
Updated
Nov 20, 2017
Java
MVVM + Kotlin + Retrofit2 + Dagger2 + Coroutines + MVP + Kotlin-Android-Extensions + RX-java + Mockk + Espresso + Junit5
Updated
Jun 28, 2020
Kotlin
Testing with JUnit 5 for Android.
Updated
Jul 31, 2020
Kotlin
A collection of JUnit rules for testing code which uses java.lang.System.
Property based testing for Java 8
Updated
Jun 14, 2020
Java
A JUnit rule to manage docker containers using docker-compose
Updated
Aug 17, 2020
Java
Android开发中必要的一环---单元测试(Unit Test)
Updated
Jan 17, 2020
Java
Gif RecyclerView in MVP using Dagger 2 + Retrofit 2 + Moshi + RxJava 2 + Glide 4 with JUnit and Espresso tests written in Kotlin + Kotlin DSL!
Updated
Apr 1, 2020
Kotlin
A simple mock implementation of the AWS S3 API startable as Docker image, JUnit 4 rule, or JUnit Jupiter extension
Updated
Aug 14, 2020
Java
Gradle plugin that generates JaCoCo reports from an Android Gradle Project
Updated
Jun 26, 2020
Groovy
JQF + Zest: Coverage-guided semantic fuzzing for Java.
Updated
Aug 13, 2020
Java
A Jest reporter that creates compatible junit xml files
Updated
Jul 30, 2020
JavaScript
Sample android application used to learn the Model View View Model pattern and DataBinding in Android
Updated
Mar 18, 2019
Java
RSpec results that your CI can read
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...
Updated
Nov 29, 2019
Java
Property-Based Testing on the JUnit Platform
Updated
Aug 17, 2020
Java
Save time & clear your unit tests on Android !
Updated
Aug 17, 2020
TSQL
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.
Updated
May 18, 2019
Java
Improve this page
Add a description, image, and links to the
junit
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
junit
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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