An open API service indexing awesome lists of open source software.

https://github.com/farlee2121/xunitsnippets

Snippet support for common xunit code (facts, theory, test class, theory data,...)
https://github.com/farlee2121/xunitsnippets

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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)

-----------------------------------------------------------------