Example #1
0
File: Client.cs Project: wandec/ice
 public override void Run(string[] args) => AllTests.allTests(this);
Example #2
0
 public override Task RunAsync(string[] args)
 {
     AllTests.allTests(this);
     return(Task.CompletedTask);
 }