7 instantiations of ContainerizeCommand
containerize (1)
Program.cs (1)
12
return new
ContainerizeCommand
().Parse(args).InvokeAsync();
containerize.UnitTests (6)
ParserTests.cs (6)
14
ContainerizeCommand command =
new
();
57
ContainerizeCommand command =
new
();
93
ContainerizeCommand command =
new
();
125
ContainerizeCommand command =
new
();
169
ContainerizeCommand command =
new
();
214
ContainerizeCommand command =
new
();
6 references to ContainerizeCommand
containerize.UnitTests (6)
ParserTests.cs (6)
14
ContainerizeCommand
command = new();
57
ContainerizeCommand
command = new();
93
ContainerizeCommand
command = new();
125
ContainerizeCommand
command = new();
169
ContainerizeCommand
command = new();
214
ContainerizeCommand
command = new();