Beispiel #1
0
 public TestCategoryAttribute(
     TestCategoryType type)
     : base()
 {
     Type = type;
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="testCategory">The test category</param>
 public TestCategoryAttribute(TestCategoryType testCategory)
     : base()
 {
     TestCategory = testCategory;
 }