Esempio n. 1
0
 protected TestBase()
 {
     TestLocker.Wait();
     Container = new Container();
 }
Esempio n. 2
0
 public void Dispose()
 {
     TestLocker.Release();
 }