lwchkg / DotNetEditor

A VB/C# text editor with the ability to run code and code snippets.
Other
28 stars 4 forks source link

Update skippable tests to xUnit 2.4 #19

Closed lwchkg closed 6 years ago

lwchkg commented 6 years ago

SkippableFact and SkippableTheory are updated because the current API is deprecated. Also reformatted the code to 100 columns.

Note: original code comes from xUnit examples.