PrepareUnitTestDataStore() public static method

public static PrepareUnitTestDataStore ( ) : void
return void
 public elementOfPossibleControlTypeTestFixture()
 {
     UnitTestingHelper.PrepareUnitTestDataStore();
 }
 public void SetUp()
 {
     UnitTestingHelper.PrepareUnitTestDataStore();
 }
示例#3
0
 public static void Init()
 {
     UnitTestingHelper.PrepareUnitTestDataStore();
     InitForPowerShell();
 }