Example #1
0
        public void ValidateVSLIndexOf()
        {
            VirtualSequenceList seqList = GetVirtualSequenceList(
                Constants.MultiSequenceFileNodeName);

            Assert.AreEqual(10, seqList.IndexOf(seqList[10]));

            ApplicationLog.WriteLine(
                "VSL Bvt : Successfully validated the IndexOf() method");
            Console.WriteLine(
                "VSL Bvt : Successfully validated the IndexOf() method");
        }