Skip to content

Releases: Synnotech-AG/Synnotech.Xunit

1.2.1 Build Server Mode

06 Sep 09:50
929185d

Choose a tag to compare

Synnotech.Xunit 1.2.1

  • TestSettings now 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.Configuration instance.
  • Or you can completely ignore TestSettings.Configuration and customize settings loading even further by using TestSettings.LoadConfiguration

Support for Test Settings

16 Apr 11:58

Choose a tag to compare

Synntech.Xunit 1.1.0

  • added new class TestSettings that loads three optional configuration files: testsettings.json, testsettings.Development.json, and testsettings.Build.json in the working directory

Hello World!

16 Apr 09:42
78a96a4

Choose a tag to compare

Synntech.Xunit 1.0.0

  • initial release
  • use the ShouldBeWrittenTo extension methods to easily output strings or exceptions to ITestOutputHelper
  • use the TestOrderer to run all tests within a class from top to bottom, one after another
  • you can also apply the TestOrderAttribute to all test cases in a class to order your tests explicitly (TestOrderer must still be applied to the class containing the tests)