Skip to content

SpecFirst.TestGenerator.xUnit is the test generator part of the SpecFirst source generator. It is reponsible for genrating xUnit tests from the decision table objects.

License

Notifications You must be signed in to change notification settings

yinghuaxuan/SpecFirst.TestGenerator.xUnit

Repository files navigation

CI Nuget

SpecFirst.TestGenerator.xUnit

SpecFirst.TestGenerator.xUnit is the test generator part of the SpecFirst source generator. It is reponsible for genrating xUnit tests from the decision table objects (e.g. it takes the DecisionTable object generated by the MarkdownParser and converts it into xUnit tests).

To see how SpecFirst.TestGenerator.xUnit should be used, see How to use it

To see how the SpecFirst source generator works, see SpecFirst

Technical Details

SpecFirst.TestGenerator.xUnit test generator implements the ITestsGenerator interface from SpecFirst.Core package.

The SpecFirst.TestGenerator.xUnit nuget package must be installed into the same project as the SpecFirst nuget package.

Write your own test generator

You can write your own test generator to generate tests in any target framework. Your custom generator must also implement the ITestsGenerator interface from SpecFirst.Core package and should be used in the same way as the SpecFirst.TestGenerator.xUnit generator

About

SpecFirst.TestGenerator.xUnit is the test generator part of the SpecFirst source generator. It is reponsible for genrating xUnit tests from the decision table objects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages