Beispiel #1
0
        public void TestRemovingSEofBMechanism()
        {
            IReactionMechanism mechanism = new RemovingSEofBMechanism();

            Assert.IsNotNull(mechanism);
        }
Beispiel #2
0
        public void TestInitiate_IAtomContainerSet_ArrayList_ArrayList()
        {
            IReactionMechanism mechanism = new RemovingSEofBMechanism();

            Assert.IsNotNull(mechanism);
        }
Beispiel #3
0
        public void TestRemovingSEofBMechanism()
        {
            var mechanism = new RemovingSEofBMechanism();

            Assert.IsNotNull(mechanism);
        }