Skip to content

Testing

George C. G. Barbosa edited this page Jun 20, 2020 · 4 revisions

Types of tests

  1. Serialization
  2. Event rules
  3. Traversals
  4. Util
  5. Patterns
  6. Basic tests

Groups that will be added in the future:

  1. Quantifiers
  2. Logical Operators
  3. Basic Functioning

Fixtures

List of fixtures for core tests.

All tests extend BaseSpec, that extends FlatSpec with Matchers. Event tests extend EventSpec. EventSpec also extends BaseSpec.

TODO: put an Image

Clone this wiki locally