Files
Adam Hathcock 14d959834f Convert to Xunit (#196)
* xunit unit tests

* most pass with formatting

* convert objects to xunit

* remove nunit

* format

* merge fixes

* switch objects to fluent assertions

* update to fluent assertions

* more FA

* convert all to FA

* Format

* Fix tests

* formatting

* hopefully made credential test better

* Catch more specific exception

* use another more specific exception

* Fix tests

* update to xunit

* update packages
2025-01-09 15:32:28 +00:00

9 lines
252 B
C#

// See https://aka.ms/new-console-template for more information
using BenchmarkDotNet.Running;
BenchmarkSwitcher.FromAssemblies([typeof(Program).Assembly]).Run(args);
// var sut = new GeneralSendTest();
// await sut.Setup();
// await sut.Send2();