public void ConstructorWithLengthSetExpectedLength()
        {
            const int length = 2;
            _volatile = new Volatile.IntegerArray(length);

            Assert.AreEqual(length, _volatile.Length);
        }
        public void ConstructorWithLengthSetExpectedLength()
        {
            const int length = 2;

            _volatile = new Volatile.IntegerArray(length);

            Assert.AreEqual(length, _volatile.Length);
        }
 public void SetUp()
 {
     _volatile = new Volatile.IntegerArray(InitialValues);
 }
 public void SetUp()
 {
     _volatile = new Volatile.IntegerArray(InitialValues);
 }