Exemplo n.º 1
0
Arquivo: Client.cs Projeto: wandec/ice
 public override void Run(string[] args) => AllTests.allTests(this);
Exemplo n.º 2
0
 public override Task RunAsync(string[] args)
 {
     AllTests.allTests(this);
     return(Task.CompletedTask);
 }