Ejemplo n.º 1
0
        public void TestSetParameterList_List()
        {
            var engine = new AdductionProtonLPReaction();

            engine.ParameterList = engine.ParameterList;
            Assert.IsNotNull(engine.ParameterList);
        }
Ejemplo n.º 2
0
        public void TestGetParameterClass_Class()
        {
            var engine = new AdductionProtonLPReaction();

            Assert.IsNotNull(engine.GetParameterClass(typeof(SetReactionCenter)));
        }
Ejemplo n.º 3
0
        public void TestReactionEngine()
        {
            var engine = new AdductionProtonLPReaction();

            Assert.IsNotNull(engine);
        }
Ejemplo n.º 4
0
        public void TestGetParameterList()
        {
            ReactionEngine engine = new AdductionProtonLPReaction();

            Assert.IsNotNull(engine.ParameterList);
        }