コード例 #1
0
        public void ConstructorWithLengthSetExpectedLength()
        {
            const int length = 2;

            _volatile = new _Volatile.BooleanArray(length);

            Assert.AreEqual(length, _volatile.Length);
        }
コード例 #2
0
 public void SetUp()
 {
     _volatile = new _Volatile.BooleanArray(InitialValues);
 }