Found 12 packages
Roslyn Test Verifiers for xUnit.
Roslyn Test Verifiers for NUnit.
Roslyn Test Verifiers for MSTest.
Provides Managers, Interfaces, Models and Repositories for Creating and Running Verifiers in the LagoVista IoT, Devices and Home Automation Frameworks.
Provides a set of REST Services to Interact with Verifiers that are created as part of the LagoVista IoT, Devices and Home Automation Frameworks. Verifiers are used to confirm that configured components work as expected.
Provides Cloud Based Repositories to store Verifiers and results of their test runs to cloud based storage.
Provides a re-factoring and re-imagining of the Diagnostic elements deployed in the Analyzer and Code Fixes project template. This particular assembly focuses primarily on the Diagnostic Analyzers with built-in Roslyn compilation support.
Provides a re-factoring and re-imagining of the Code Fixes elements deployed in the default Analysis and Code Fixes project template. This particular assembly focuses on Code Fixes only as part of that re-factoring effort.
Sometimes in automation tests we need to validate work of methods, returning very complex objects as a result. We want to be sure, that these objects have correct structure. Common assertion libraries allow us to check our expectation about simple objects (strings, numbers), and collections of objects of primitive types. But it can happen, that we need more. Verifiers library is created to support such cases. It allows you to combine many expectations in one package, execute them all, and return all results in one place.
A client for Verifier's Web API, written in C#/NET