Esempio n. 1
0
        public void ActualListBuilderConstructorTest()
        {
            int scanNumber = 0;                                                                                    // TODO: Initialize to an appropriate value
            IExperimentParser experimentParser = new MzParser("..\\..\\..\\TestData\\QC_Standards_Excerpt.mzXML"); // TODO: Initialize to an appropriate value
            ActualListBuilder target           = new ActualListBuilder(scanNumber, experimentParser);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
Esempio n. 2
0
        public void BuildListTest()
        {
            int scanNumber = 0;                                                                       // TODO: Initialize to an appropriate value
            IExperimentParser experimentParser = null;                                                // TODO: Initialize to an appropriate value
            ActualListBuilder target           = new ActualListBuilder(scanNumber, experimentParser); // TODO: Initialize to an appropriate value

            target.BuildList();
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }