Description
J8Spec is a library that allows tests written in Java to follow the BDD style
introduced by RSpec and Jasmine.
More details here: j8spec.github.io.
J8Spec alternatives and similar libraries
Based on the "Testing" category.
Alternatively, view J8Spec alternatives based on common mentions on social networks and blogs.
-
Karate
Karate is the only open-source tool to combine API test-automation, mocks, performance-testing and even UI automation into a single, unified framework. -
TestContainers
Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. -
PowerMock
Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers. -
PIT
Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites. -
GreenMail
In-memory email server for integration testing. Supports SMTP, POP3 and IMAP including SSL. -
Arquillian
Integration and functional testing platform for Java EE containers. -
Scott Test Reporter
Detailed failure reports and hassle free assertions for Java tests - Power Asserts for Java
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of J8Spec or a related project?
Popular Comparisons
README
J8Spec 
J8Spec is a library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
More details here: j8spec.github.io.
How to build it
Requirements:
Then run:
$ cd j8spec
$ ./gradlew
That's it.