4 references to Default
Microsoft.AspNetCore.WebSockets.ConformanceTests (4)
Autobahn\AutobahnTester.cs (2)
43_logger.LogInformation("Using 'wstest' from: {WsTestPath}", Wstest.Default.Location); 45var exitCode = await Wstest.Default.ExecAsync("-m fuzzingclient -s " + specFile, cancellationToken, _loggerFactory.CreateLogger("wstest"));
AutobahnTests.cs (1)
30Assert.True(Wstest.Default != null, $"The 'wstest' executable (Autobahn WebSockets Test Suite) could not be found at '{Wstest.DefaultLocation}'. Run the Build Agent setup scripts to install it or see https://github.com/crossbario/autobahn-testsuite for instructions on manual installation.");
SkipIfWsTestNotPresentAttribute.cs (1)
12public bool IsMet => IsOnCi || Wstest.Default != null;