eventsourcing/es4j

Problem: writing test suites for es4j apps is difficult

Open

#122 opened on 2016年7月10日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Java (27 forks)batch import
help wanted

Repository metrics

Stars
 (406 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド