Esempio n. 1
0
 public void RunAllTests()
 {
     _getConstantsReply = _serverInfoService.GetConstants().Result;
     CheckApiTags();
     CheckConstants();
     CheckCurrencyTypes();
     CheckHashAlgorithms();
     CheckHoldingTypes();
     CheckMintingHashAlgorithms();
     CheckMinBalanceModels();
     CheckPhasingHashAlgorithms();
     CheckPeerStates();
     CheckRequestTypes();
     CheckShufflingParticipantStates();
     CheckShufflingStages();
     CheckVotingModels();
     CheckTransactionTypes();
 }