资 源 简 介
What is accept4j?
accept4j bridges the gap between automated tests and business requirements in Java applications, by providing an automatically-generated, easy-to-read report identifying which requirements are tested, and which are not.
So it"s like jBehave?
It"s similar, but more lightweight. Like jBehave, accept4j uses annotations to configure test code, and generates reports to be read by the business.
However, jBehave is a BDD framework that requires you to write tests in a BDD style. accept4j does not impose any restrictions on your tests.
In addition, accept4j focuses purely on linking external requirements from the business to automated acceptance tests written by the developers. In jBeha