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

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

            Assert.IsNotNull(mechanism);
        }
Exemplo n.º 3
0
        public void TestRemovingSEofBMechanism()
        {
            var mechanism = new RemovingSEofBMechanism();

            Assert.IsNotNull(mechanism);
        }