Releases: Synnotech-AG/Synnotech.Xunit
Releases · Synnotech-AG/Synnotech.Xunit
1.2.1 Build Server Mode
Synnotech.Xunit 1.2.1
TestSettingsnow distinguish between Build Server mode and Development mode.- These modes can be switched by using an environment variable that you can configure.
- You can now also load environment variables to the
TestSettings.Configurationinstance. - Or you can completely ignore
TestSettings.Configurationand customize settings loading even further by usingTestSettings.LoadConfiguration
Support for Test Settings
Synntech.Xunit 1.1.0
- added new class
TestSettingsthat loads three optional configuration files: testsettings.json, testsettings.Development.json, and testsettings.Build.json in the working directory
Hello World!
Synntech.Xunit 1.0.0
- initial release
- use the
ShouldBeWrittenToextension methods to easily output strings or exceptions toITestOutputHelper - use the
TestOrdererto run all tests within a class from top to bottom, one after another - you can also apply the
TestOrderAttributeto all test cases in a class to order your tests explicitly (TestOrderermust still be applied to the class containing the tests)