Example #1
0
 /// <summary>
 /// Create the custom test manager
 /// </summary>
 /// <param name="context"></param>
 public CustomTestManager(CustomTestManagerRunContext context)
 {
     Context = context;
 }
Example #2
0
 /// <summary>
 /// Create the custom test manager
 /// </summary>
 public CustomTestManager()
 {
     Context = new CustomTestManagerRunContext();
 }