1 instantiation of AutobahnSpec
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
AutobahnTests.cs (1)
48var spec = new AutobahnSpec(outDir)
6 references to AutobahnSpec
Microsoft.AspNetCore.WebSockets.ConformanceTests (6)
Autobahn\AutobahnSpec.cs (3)
21public AutobahnSpec WithServer(string name, string url) 27public AutobahnSpec IncludeCase(params string[] caseSpecs) 36public AutobahnSpec ExcludeCase(params string[] caseSpecs)
Autobahn\AutobahnTester.cs (2)
21public AutobahnSpec Spec { get; } 23public AutobahnTester(ILoggerFactory loggerFactory, AutobahnSpec baseSpec)
AutobahnTests.cs (1)
48var spec = new AutobahnSpec(outDir)