Expand description
Given-When-Then Test specificatin domain specific language - unit testing
§A test specification DSL for deciders and views that supports the given-when-then format.
Structs§
- Decider
Test Specification - A test specification DSL for deciders that supports the
given-when-thenformat. The DSL is used to specify the events that have already occurred (GIVEN), the command that is being executed (WHEN), and the expected events (THEN) that should be generated. - View
Test Specification - A test specification DSL for views that supports the `given-then`` format. The DSL is used to specify the events that have already occurred (GIVEN), and the expected view state (THEN) that should be generated based on these events.