We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d90b30 commit 1e698c0Copy full SHA for 1e698c0
Extensions/TestCommon/CommonModelTest.cs
@@ -1,4 +1,8 @@
1
-using System.Collections.Generic;
+// 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;
6
using NUnit.Framework;
7
using TestCommon.Model;
8
using Xtensive.Core;
@@ -55,5 +59,9 @@ protected virtual Domain BuildDomain(DomainConfiguration configuration)
55
59
protected virtual void PopulateData()
56
60
{
57
61
}
62
63
+ protected virtual void CheckRequirements()
64
+ {
65
+ }
58
66
67
0 commit comments