Skip to content

Snippet support for common xunit code (facts, theory, test class, theory data,...)

License

Notifications You must be signed in to change notification settings

farlee2121/XUnitSnippets

Repository files navigation

XUnit Snippets

Snippet support for common XUnit code (facts, test class,...)

Features

Fact animation

Supported languages: C#, (F# planned)

Supported snippets include

  • xclass: Test class
  • xfact: Fact test method
  • xtheory: Theory test method
  • xdatafield: TheoryData as a field
  • xdatam: TheoryData from a method

In general, the snippets will tab through (in order)

  • Type definitions
  • Class/Method names
  • End with the cursor where you write code
    • If there is default code, it will be replaced when you start typing

Release Notes

1.0.0

Initial release with basic snippets for C# (fact, theory, test class, test data)


About

Snippet support for common xunit code (facts, theory, test class, theory data,...)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published