eventsourcing/es4j

Problem: writing test suites for es4j apps is difficult

Open

#122 创建于 2016年7月10日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (27 fork)batch import
help wanted

仓库指标

Star
 (406 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南