Exemplo n.º 1
0
        public void TestInitiate_IAtomContainerSet_ArrayList_ArrayList()
        {
            IReactionMechanism mechanism = new AdductionLPMechanism();

            Assert.IsNotNull(mechanism);
        }
Exemplo n.º 2
0
        public void TestAdductionLPMechanism()
        {
            IReactionMechanism mechanism = new AdductionLPMechanism();

            Assert.IsNotNull(mechanism);
        }