blob: 69087cde6e172547af2dbe1cf5849df8f15ee716 [file] [log] [blame]
using Casbin.UnitTests.Fixtures;
using Xunit;
namespace Casbin.UnitTests.Collections;
[CollectionDefinition("Model collection")]
public class ModelCollection : ICollectionFixture<TestModelFixture>
{
// 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.
}