xunit web server collection
This commit is contained in:
parent
282b0277ae
commit
3695c17429
38 changed files with 1033 additions and 140 deletions
11
test/isnd.tests/WebServerCollection.cs
Normal file
11
test/isnd.tests/WebServerCollection.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Xunit;
|
||||
|
||||
namespace isnd.tests
|
||||
{
|
||||
public class WebServerCollection : ICollectionFixture<WebServerFixture>
|
||||
{
|
||||
// This class has no code, and is never created. Its purpose is simply
|
||||
// to be the place to apply [CollectionDefinition] and all the
|
||||
// ICollectionFixture<> interfaces.
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue