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