Ejemplo n.º 1
0
 private void GetStateWithCounts()
 {
     using (Logger = new TestsessionLogger(_logger))
     {
         var getStateReplyWithExplicitCounts = _serverInfoService.GetState(true).Result;
         _getBlockchainStatusTest.Test(getStateReplyWithExplicitCounts);
         VerifyStateReply(getStateReplyWithExplicitCounts);
         VerifyStateCounts(getStateReplyWithExplicitCounts);
     }
 }
Ejemplo n.º 2
0
 private void GetBlockchainStatusTest()
 {
     _getBlockchainStatusTest.Test();
 }