Skip to content

Commit 1e698c0

Browse files
committed
Adds CheckRequirements to base test class for extensions
1 parent 0d90b30 commit 1e698c0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Extensions/TestCommon/CommonModelTest.cs

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System.Collections.Generic;
1+
// Copyright (C) 2019-2020 Xtensive LLC.
2+
// This code is distributed under MIT license terms.
3+
// See the License.txt file in the project root for more information.
4+
5+
using System.Collections.Generic;
26
using NUnit.Framework;
37
using TestCommon.Model;
48
using Xtensive.Core;
@@ -55,5 +59,9 @@ protected virtual Domain BuildDomain(DomainConfiguration configuration)
5559
protected virtual void PopulateData()
5660
{
5761
}
62+
63+
protected virtual void CheckRequirements()
64+
{
65+
}
5866
}
5967
}

0 commit comments

Comments
 (0)