예제 #1
0
 public HttpServerProviderAttribute(HttpServerTestCategory category)
     : base(null, TestFlags.Browsable)
 {
     Category = category;
 }
예제 #2
0
 public HttpServerProviderFilter(HttpServerTestCategory category)
 {
     Category = category;
 }
 public HttpServerTestCategoryAttribute(HttpServerTestCategory category)
 {
     Category   = category;
     Identifier = Type.Name;
 }