public HttpServerProviderAttribute(HttpServerTestCategory category) : base(null, TestFlags.Browsable) { Category = category; }
public HttpServerProviderFilter(HttpServerTestCategory category) { Category = category; }
public HttpServerTestCategoryAttribute(HttpServerTestCategory category) { Category = category; Identifier = Type.Name; }