Example #1
0
 public void TestInit()
 {
     TestConfig.ReconfigureServices();
     _debug = TestConfig.ServiceProvider.GetService <IDebug>();
     _web3  = TestConfig.ServiceProvider.GetService <IWeb3>();
 }
Example #2
0
 public void TestInit()
 {
     TestConfig.ReconfigureServices();
     _detector = TestConfig.ServiceProvider.GetService <IErc20Detector>();
     _web3     = TestConfig.ServiceProvider.GetService <IWeb3>();
 }