Exemplo n.º 1
0
 public FullBlockchainExecutingServiceValidateAfterFailedTests()
 {
     _fullBlockchainExecutingService = GetRequiredService <FullBlockchainExecutingService>();
     _blockchainService = GetRequiredService <IBlockchainService>();
     _chainManager      = GetRequiredService <IChainManager>();
     _kernelTestHelper  = GetRequiredService <KernelTestHelper>();
 }
Exemplo n.º 2
0
 public FullBlockchainExecutingServiceTests()
 {
     _fullBlockchainExecutingService = GetRequiredService <FullBlockchainExecutingService>();
     _blockchainService            = GetRequiredService <IBlockchainService>();
     _kernelTestHelper             = GetRequiredService <KernelTestHelper>();
     _smartContractExecutionHelper = GetRequiredService <SmartContractExecutionHelper>();
     _blockExecutingService        = GetRequiredService <IBlockExecutingService>();
     _smartContractAddressService  = GetRequiredService <ISmartContractAddressService>();
     _blockStateSetManger          = GetRequiredService <IBlockStateSetManger>();
 }
Exemplo n.º 3
0
 public FullBlockchainExecutingServiceTests()
 {
     _fullBlockchainExecutingService = GetRequiredService <FullBlockchainExecutingService>();
     _blockchainService = GetRequiredService <IBlockchainService>();
     _kernelTestHelper  = GetRequiredService <KernelTestHelper>();
 }