コード例 #1
0
 public void AtomicIncrementAndGetReturnsNewValue()
 {
     Assert.AreEqual(InitialValue + 1, _volatile.AtomicIncrementAndGet());
 }