egil
-
- 3,351,618 total downloads
- last updated 5/21/2023
- Latest version: 1.20.8
bUnit.core is the base library that provides support for testing Blazor components. You need to install bUnit.web as well to test web-based Blazor components. -
- 2,719,224 total downloads
- last updated 3/17/2023
- Latest version: 0.18.1
Provides a complete diffing model of HTML. -
- 2,289,480 total downloads
- last updated 5/21/2023
- Latest version: 1.20.8
bUnit is a testing library for Blazor components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with... More information -
- 1,559,943 total downloads
- last updated 4/28/2021
- Latest version: 1.3.0
A library of wrappers for AngleSharp. Allows you to replace a real AngleSharp DOM tree but still keep the queried/returned node references. Built for and used by https://github.com/bUnit-dev/bUnit. -
SourceFileFinder by: egil
- 342,248 total downloads
- last updated 4/28/2021
- Latest version: 1.1.0
A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the types assembly through the related portable PDB. -
- Deprecated
- 290,527 total downloads
- last updated 3/26/2021
- Latest version: 1.0.0-preview-02 (prerelease)
bUnit.xunit is an xUnit extension for bUnit, that provides a way for xUnit to run bUnit's razor-based tests, as well as other helpful extensions to make the testing experience better if you use xUnit for... More information -
- 57,143 total downloads
- last updated 5/21/2023
- Latest version: 1.20.8
bUnit.web.testcomponents enables writing tests using the <Fixture> and <SnapshotTest> components in .razor files. This package only works with xUnit. NOTE: This package represents experimental features... More information -
- 19,705 total downloads
- last updated 5/21/2023
- Latest version: 1.20.8
A project template for a testing Blazor/Razor components using the bUnit library. -
TimeScheduler by: egil
- Deprecated
- 2,411 total downloads
- last updated 4/26/2023
- Latest version: 0.8.0
This is a shim for the upcoming `System.TimeProvider` API coming in .NET 8. It includes a test version of the `TimeProvider`, named `ManualTimeProvider`, that allows you to control the progress of time during... More information -
- Deprecated
- 250 total downloads
- last updated 11/9/2021
- Latest version: 0.1.1-preview (prerelease)
bUnit.web.mock contains an experimental component stubbing mocking library. This library is in preview, and the logic will likely be added back into bUnit when out of preview. -
- 209 total downloads
- last updated 5/24/2023
- Latest version: 1.0.0-preview.4 (prerelease)
Extensions for `System.TimeProvider` API. It includes a test version of the `TimeProvider`, named `ManualTimeProvider`, that allows you to control the progress of time during testing deterministically.