Beispiel #1
0
 public ContractsDeployerTests()
 {
     _contractPatcher = GetRequiredService <IContractPatcher>();
 }
 public ExecutiveTests()
 {
     _hostSmartContractBridgeContextService = GetRequiredService <IHostSmartContractBridgeContextService>();
     _patcher = GetRequiredService <IContractPatcher>();
 }
 public ContractAuditorTests()
 {
     // Use fixture to instantiate auditor only once
     _auditor = GetRequiredService <ContractAuditor>();
     _patcher = GetRequiredService <IContractPatcher>();
 }