Beispiel #1
0
 public void TestCreateDestroyContext()
 {
     using (var c = new JobContext())
     {
         c.AssertReady();
     }
 }