isn/test/isnd.tests/WebServerCollection.cs

11 lines
320 B
C#

1 year ago
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.
}
}