alecthomas / alecthomas/entityx
Test Fails
未关闭
- 主要语言
- C++
- 星标
- 2.3k
- 派生
- 301
- PR 合并指标
- 30 天内没有已合并 PR
描述
CTest will fail with "TestEntityDestroyedEvent".

For following assertion:
```
TEST_CASE_METHOD(EntityManagerFixture, "TestEntityDestroyedEvent") {
. . .
for (auto e : entities) {
e.destroy();
}
REQUIRE(10UL == receiver.destroyed.size()); // is false
REQUIRE(entities == receiver.destroyed);
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。