Exemplo n.º 1
0
        public static void TestNotFound()
        {
            Peptide p        = new Peptide("Seq");
            var     notFound = p.GetDetectionType(new SpectraFileInfo("", "", 0, 0, 0));

            Assert.That(notFound == DetectionType.NotDetected);
        }