public void ConstructorWithLengthSetExpectedLength() { const int length = 2; _volatile = new Volatile.BooleanArray(length); Assert.AreEqual(length, _volatile.Length); }
public void SetUp() { _volatile = new Volatile.BooleanArray(InitialValues); }