예제 #1
0
 public FullBlockchainExecutingServiceValidateAfterFailedTests()
 {
     _fullBlockchainExecutingService = GetRequiredService <FullBlockchainExecutingService>();
     _blockchainService = GetRequiredService <IBlockchainService>();
     _chainManager      = GetRequiredService <IChainManager>();
     _kernelTestHelper  = GetRequiredService <KernelTestHelper>();
 }
예제 #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>();
 }
예제 #3
0
 public FullBlockchainExecutingServiceTests()
 {
     _fullBlockchainExecutingService = GetRequiredService <FullBlockchainExecutingService>();
     _blockchainService = GetRequiredService <IBlockchainService>();
     _kernelTestHelper  = GetRequiredService <KernelTestHelper>();
 }