eventsourcing/es4j

Problem: writing test suites for es4j apps is difficult

Open

#122 aperta il 10 lug 2016

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Java (27 fork)batch import
help wanted

Metriche repository

Star
 (406 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor