public void TestAdd_1() { NcByteCollection instance = new NcByteCollection(); instance.Add(127); Assert.IsTrue(instance[0] == 127); }