Namespace Serenity.Tests.Shared
Classes
AsyncAssert
Truly awaitable exception assertions for async code under test.
FramePump
Frame-pumping waits for [UnityTest] coroutines, bounded by a wall-clock budget.
FramePumpTests
Guards the budget contract of FramePump.
PrivateMemberInvoker
Reflection helper for invoking non-public members under test. Lets a construction-only test
suite pin a type's private SQL-building internals directly (exact CommandText and
Parameters shape) without widening their visibility and without opening a real
connection.