Additional tools for testing software
$ dotnet add package Anixe.QualityToolsThis is a set of helpers that can be useful in test projects.
Package contains:
Contains methods to compare XML files, JSON files and collections.
The class provide path to test project root directory regardless test framework and test executor (Visual Studio test explorer, vscode, dotnet cli)
Implementes the convention of loading test examples based on namespace of test class and test method.
Console menu switcher of all benchmark methods in project
Example usage:
new BenchmarkRunner("My Application Tests").Run(args, config);
Custom BenchmarkDotNet Exporter that can be defined with IConfig. Sends result as gelf message via UDP protocol
Example usage:
IConfig config = ManualConfig.Create(DefaultConfig.Instance)
.With(new GrayLogExporter("Anixe.IO", "graylog-gelf.xxx.com", 5558))
1.2.3-1.2.4
1.2.2
1.2.1
1.2.0