alecthomas / alecthomas/entityx
Test Fails
Aperta
- Lingua principale
- C++
- Stelle
- 2.3k
- Fork
- 301
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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);
}
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.