alecthomas / alecthomas/entityx
Test Fails
Đang mở
- Ngôn ngữ chính
- C++
- Star
- 2.3k
- Fork
- 301
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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);
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.