4 references to Default
Microsoft.AspNetCore.WebSockets.ConformanceTests (4)
Autobahn\AutobahnTester.cs (2)
43
_logger.LogInformation("Using 'wstest' from: {WsTestPath}", Wstest.
Default
.Location);
45
var exitCode = await Wstest.
Default
.ExecAsync("-m fuzzingclient -s " + specFile, cancellationToken, _loggerFactory.CreateLogger("wstest"));
AutobahnTests.cs (1)
30
Assert.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)
12
public bool IsMet => IsOnCi || Wstest.
Default
!= null;