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