eventsourcing/es4j

Problem: writing test suites for es4j apps is difficult

Open

#122 geöffnet am 10. Juli 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (27 Forks)batch import
help wanted

Repository-Metriken

Stars
 (406 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Writing tests for es4j-powered apps is always a little bit of a hassle. To list a few issues:

  • making sure every test gets the proper clean slate setup
  • reducing the setup time
  • making it compact and DRY
  • (for some apps) a need to test against different journal and index engine backends.

Proposed solution: implement an eventsourcing-test module that will cover this.

Contributor Guide