public V3RelevancyFunctionalTests(CommonFixture fixture, ITestOutputHelper testOutputHelper)
     : base(fixture, testOutputHelper)
 {
 }
Example #2
0
 public AutocompleteProtocolTests(CommonFixture fixture, ITestOutputHelper testOutputHelper)
     : base(fixture, testOutputHelper)
 {
 }
Example #3
0
 public TagsCustomAnalyzerFunctionalTests(CommonFixture fixture)
     : base(fixture)
 {
 }
Example #4
0
 public V2SearchProtocolTests(CommonFixture fixture, ITestOutputHelper testOutputHelper)
     : base(fixture, testOutputHelper)
 {
 }
 public SearchAvailabilityTests(CommonFixture fixture, ITestOutputHelper testOutputHelper)
     : base(fixture, testOutputHelper)
 {
 }
Example #6
0
 public ExactMatchCustomAnalyzerFacts(CommonFixture fixture)
     : base(fixture)
 {
 }
Example #7
0
 public PackageIdCustomAnalyzerFacts(CommonFixture fixture)
     : base(fixture)
 {
 }
Example #8
0
 public DescriptionCustomAnalyzerFacts(CommonFixture fixture)
     : base(fixture)
 {
 }