Exemple #1
0
 private void GivenSetWordSuccess(string address)
 {
     _blockD.TrySetWordAsync(address, Arg.Any <int>())
     .Returns(true);
 }