oecs-sharp/OECS.Tests
hyper 6207872e45 feat(oecs): Add interrupt mechanism to block system ticks
Introduce IInterrupt marker interface, IInterruptHandlerCommand for
resolving
interrupts, and InterruptStore. When a pending interrupt exists at the
start
of a tick, system execution is skipped until resolved. Only one
interrupt of
a given type may be pending at a time.
2026-07-22 15:59:13 +08:00
..
CommandTests.cs feat: implement auto-dirty-marking for query iterators 2026-07-21 10:40:18 +08:00
CoreTests.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
EdgeCaseTests.cs feat: implement auto-dirty-marking for query iterators 2026-07-21 10:40:18 +08:00
InterruptTests.cs feat(oecs): Add interrupt mechanism to block system ticks 2026-07-22 15:59:13 +08:00
OECS.Tests.csproj refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
QueryAndSystemTests.cs feat: implement auto-dirty-marking for query iterators 2026-07-21 10:40:18 +08:00
ReactivityTests.cs test: add relationship and reordering tests 2026-07-22 08:07:01 +08:00
RelationshipTests.cs test: add relationship and reordering tests 2026-07-22 08:07:01 +08:00
SingletonTests.cs test: rename Run to RunImpl in test mocks 2026-07-21 09:50:04 +08:00