コード例 #1
0
 public GrpcTestContext(GrpcTestClass <TStartup> testClass)
 {
     _executionContext         = ExecutionContext.Capture() !;
     _stopwatch                = Stopwatch.StartNew();
     _testClass                = testClass;
     _testClass.LoggedMessage += WriteMessage;
 }