Jasmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
Chorus is a BDD testing framework targeted at distributed architectures. The intention behind the Chorus project is to provide a good general purpose interpreter for BDD tests, with special capabilities which help to test distributed components and to manage starting and stopping processes.
Behaviour Driven Development for Elixir
ESpec is a BDD test framework for Elixir. It is NOT a wrapper around ExUnit but a completely new test framework written from scratch. ESpec is inspired by RSpec and the main idea is to be close to its perfect DSL.
Short description:In a nutshell Sibilla aims at changing the point of view regarding test classes and classes under test. What we get is the focus being moved to the classes under test; from those classes, which of course are the most important ones of your projects, we obtain links to your test
... [More] classes and test methods. In other words we define the classes and methods' contract using tests, while also keeping track of tests that need to be run when a class/method under test has been modified. This is possible by collecting metadata sets that represent links between classes under test and test classes (and eventually more fine grained links between methods) and using them for a lot of purposes. Metadata can be collected from different sources: annotations on classes under test, instrument [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy