예제 #1
0
파일: RVCTest.cs 프로젝트: Tydus/vnoc
 public void DataSizeTest()
 {
     RVC_Accessor target = new RVC_Accessor(); // TODO: Initialize to an appropriate value
     int actual;
     actual = target.DataSize;
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
예제 #2
0
파일: RVCTest.cs 프로젝트: timeflies/vnoc
        public void DataSizeTest()
        {
            RVC_Accessor target = new RVC_Accessor(); // TODO: Initialize to an appropriate value
            int          actual;

            actual = target.DataSize;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }