11 references to Verify
System.CommandLine.StaticCompletions.Tests (11)
BashShellProviderTests.cs (4)
18await provider.Verify(new("mycommand"), log); 24await provider.Verify(new("mycommand") { 32await provider.Verify(new("mycommand") { 41await provider.Verify(new("mycommand") {
PowershellProviderTests.cs (4)
20await provider.Verify(new("mycommand"), log); 26await provider.Verify(new("mycommand") { 34await provider.Verify(new("mycommand") { 43await provider.Verify(new("mycommand") {
ZshShellProviderTests.cs (3)
39await _provider.Verify(command, log); 61await _provider.Verify(command, log); 83await _provider.Verify(command, log);