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,...)
- Host: GitHub
- URL: https://github.com/farlee2121/xunitsnippets
- Owner: farlee2121
- License: mit
- Created: 2020-04-28T20:28:07.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-07-08T18:33:06.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T04:23:55.976Z (4 months ago)
- Size: 5.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# XUnit Snippets
Snippet support for common XUnit code (facts, test class,...)
## Features
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 methodIn 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)
-----------------------------------------------------------------