junit-dataprovider alternatives and similar libraries
Based on the "Testing" category.
Alternatively, view junit-dataprovider alternatives based on common mentions on social networks and blogs.
-
Mockito
Most popular Mocking framework for unit tests written in Java -
Apache JMeter
Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services -
TestContainers
Testcontainers 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. -
REST Assured
Java DSL for easy testing of REST services -
MockServer
MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS with clients written in Java, JavaScript and Ruby. MockServer also includes a proxy that introspects all proxied traffic including encrypted SSL traffic and supports Port Forwarding, Web Proxying (i.e. HTTP proxy), HTTPS Tunneling Proxying (using HTTP CONNECT) and SOCKS Proxying (i.e. dynamic port forwarding). -
PowerMock
PowerMock is a Java framework that allows you to unit test code normally regarded as untestable. -
Spock
The Enterprise-ready testing and specification framework. -
Awaitility
Awaitility is a small Java DSL for synchronizing asynchronous operations -
AssertJ
AssertJ is a library providing easy to use rich typed assertions -
ArchUnit
A Java architecture test library, to specify and assert architecture rules in plain Java -
Pact JVM
JVM version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project. -
JSONAssert
Write JSON unit tests in less code. Great for testing REST interfaces. -
Selenium
Portable software testing framework for web applications. -
JMockit
Advanced Java library for integration testing, mocking, faking, and code coverage -
Citrus
Framework for automated integration tests with focus on messaging integration -
Fixture Factory
Generator fake objects from a template -
System Rules
A collection of JUnit rules for testing code which uses java.lang.System. -
ConcurrentUnit
Toolkit for testing multi-threaded and asynchronous applications -
Mutability Detector
Lightweight analysis tool for detecting mutability in Java classes -
Jukito
The combined power of JUnit, Guice and Mockito. Plus it sounds like a cool martial art. -
Lamdba Behave
A modern testing and behavioural specification framework for Java 8 -
Arquillian
Integration and functional testing platform for Java EE containers. -
JMock
An expressive Mock Object library for Test Driven Development -
Randomized Testing
Randomized Testing (Core JUnit Runner, ANT, Maven) -
Cukes-REST
Cucumber DSL for testing RESTful Web Services -
Spectrum
A BDD-style test runner for Java 8. Inspired by Jasmine, RSpec, and Cucumber. -
Scott Test Reporter
Never debug a test again: Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java -
beanmother
A library for setting up Java objects as test data. -
raml-tester
Test if a request/response matches a given raml definition -
pojo-tester
Java testing framework for testing pojo methods. It tests equals, hashCode, toString, getters, setters, constructors and whatever you report in issues ;) -
YAKS
YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Collect and Analyze Billions of Data Points in Real Time
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of junit-dataprovider or a related project?
README
junit-dataprovider
Have a look to this repositories [Wiki](/../../wiki/) pages for documenation, usage examples and further information.
Table of contents
- [Home](/../../wiki)
- [What is it](/../../wiki#what-is-it)
- [Contributing](/../../wiki#contributing)
- [Motivation, Distinction and FAQs](/../../wiki/Motivation,-Distinction-and-FAQs)
- [Getting started](/../../wiki/Getting-started)
- [Requirements](/../../wiki/Getting-started#requirements)
- [Download](/../../wiki/Getting-started#download)
- [Usage](/../../wiki/Getting-started#usage)
- [Version compatibility](/../../wiki/Version-compatibility)
- [Migration guides](/../../wiki/Migration-guides)
- [Migration from v1 to v2](/../../wiki/Migration-guides#migration-from-v1-to-v2)
- [Migration to JUnit5](/../../wiki/Migration-guides#migration-to-junit5)
- [Features](/../../wiki/Features)
- [Array syntax](/../../wiki/Features#array-syntax)
- [String syntax](/../../wiki/Features#string-syntax)
- [Iterable syntax](/../../wiki/Features#iterable-syntax)
- [Custom dataprovider method resolvers](/../../wiki/Features#custom-dataprovider-method-resolvers)
- [Change
@DataProvider
location](/../../wiki/Features#change-dataprovider-location) - [Varargs support](/../../wiki/Features#varargs-support)
[@BeforeClass
support (JUnit4 only)](/../../wiki/Features#beforeclass-support-junit4-only)- [Customize test method name](/../../wiki/Features#customize-test-method-name)
- [Access
FrameworkMethod
in@DP
](/../../wiki/Features#access-frameworkmethod-in-dataprovider) - [Utility methods](/../../wiki/Features#utility-methods)
- [Convention over configuration](/../../wiki/Features#convention-over-configuration)
- [Kotlin support](/../../wiki/Features#kotlin-support)
- [OSGi compatible
MANIFEST.MF
](/../../wiki/Features#osgi-compatible-manifestmf)
- [Tips and Tricks](/../../wiki/Tips-and-Tricks)
- [Release Notes](/../../releases)
- [Eclipse Template](/../../wiki/Eclipse-Template)
Contributing
You are very welcome to contribute by providing a patch/pull request, see [CONTRIBUTING.md](./CONTRIBUTING.md) for details.
*Note that all licence references and agreements mentioned in the junit-dataprovider README section above
are relevant to that project's source code only.