JohnVerheij
-
- 1,415 total downloads
- last updated 5/16/2026
- Latest version: 0.4.0
Framework-agnostic core for text-snapshot assertions. Provides string-against-file comparison with line-ending / BOM / whitespace options, TestContext-aware default file naming, environment-variable-driven... More information -
- 1,388 total downloads
- last updated 5/16/2026
- Latest version: 0.4.0
TUnit-native text-snapshot assertions using [AssertionExtension]. Provides Assert.That(actual).MatchesSnapshot() / .MatchesSnapshotFile() with line-based diff display, accept-via-environment-variable workflow,... More information -
- 1,366 total downloads
- last updated 5/14/2026
- Latest version: 0.5.0
TUnit-native fluent log-assertion DSL using [AssertionExtension] over Microsoft.Extensions.Logging.Testing.FakeLogCollector. Provides Assert.That(collector).HasLogged()/HasNotLogged() with filter and terminator... More information -
- 1,342 total downloads
- last updated 5/14/2026
- Latest version: 0.5.0
Framework-agnostic core for fluent log assertions over Microsoft.Extensions.Logging.Testing.FakeLogCollector. Provides ILogRecordFilter + LogFilter composable filter primitives, the failure-message rendering,... More information -
- 773 total downloads
- last updated 5/19/2026
- Latest version: 0.5.0
TUnit-native fluent time-assertion DSL on FakeTimeProvider plus assertion-level timing budget chain extensions via [AssertionExtension]. Provides Assert.That(fakeTime).HasAdvancedExactly(...) /... More information -
- 644 total downloads
- last updated 5/14/2026
- Latest version: 0.3.0
Framework-agnostic core of the MathAssertions package family. Math assertion helpers for .NET tests, spanning tolerance comparisons (scalar / Vector2-4 / Quaternion + rotational equivalence / Matrix4x4 / Plane... More information -
- 616 total downloads
- last updated 5/14/2026
- Latest version: 0.3.0
TUnit-native math assertions for .NET tests. Fluent .Method(...) entry points (generated via TUnit's [GenerateAssertion]) covering tolerance comparisons (scalar, vector, quaternion, matrix, plane, complex,... More information -
- 611 total downloads
- last updated 5/19/2026
- Latest version: 0.5.0
Framework-agnostic core for assertion-level timing budgets. Provides duration formatting and rendering helpers for failure-message context. Test-framework-specific entry points live in adapter packages... More information -
- 528 total downloads
- last updated 5/17/2026
- Latest version: 0.3.0
TUnit-native JSON assertions for .NET tests. Fluent .Method(...) entry points (generated via TUnit's [GenerateAssertion]) for asserting paths, values, and shapes against a JSON string, a System.Text.Json... More information -
- 391 total downloads
- last updated 5/21/2026
- Latest version: 0.2.0
TUnit-native Server-Sent Events (SSE) assertions for .NET tests. HasSseEvent(eventName) chain on the string receiver with WithData / AtLeast / AtMost / Exactly terminators; flat HasSseEvent(eventName, minCount,... More information -
- 431 total downloads
- last updated 5/21/2026
- Latest version: 0.2.0
Framework-agnostic core for Server-Sent Events (SSE) assertions in .NET test projects. WHATWG / W3C-compliant SseFrameParser turning wire-format text into IReadOnlyList<SseEvent>; SseFailureMessage factories... More information