Exemplo n.º 1
0
 public void Store(Properties customizationObject)
 {
     if (useParentCheck.Active)
     {
         test.ResetOptions(typeof(NUnitCategoryOptions), config);
     }
     else
     {
         test.SetOptions(options, config);
     }
 }