mirror of
https://github.com/bitwarden/server
synced 2025-12-19 17:53:44 +00:00
Create common test infrastructure project
This commit is contained in:
10
test/Common/AutoFixture/ISutProvider.cs
Normal file
10
test/Common/AutoFixture/ISutProvider.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace Bit.Test.Common.AutoFixture
|
||||
{
|
||||
public interface ISutProvider
|
||||
{
|
||||
Type SutType { get; }
|
||||
ISutProvider Create();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user