Example #1
0
 internal static void CommonTestClassSetup()
 {
     if (!_isInitialized)
     {
         TestServices.EnsureInitialized();
     }
     _isInitialized = true;
 }
Example #2
0
 TestTest()
 {
     TestServices.EnsureInitialized();
 }