コード例 #1
0
        public void TestRemovingSEofBMechanism()
        {
            IReactionMechanism mechanism = new RemovingSEofBMechanism();

            Assert.IsNotNull(mechanism);
        }
コード例 #2
0
        public void TestInitiate_IAtomContainerSet_ArrayList_ArrayList()
        {
            IReactionMechanism mechanism = new RemovingSEofBMechanism();

            Assert.IsNotNull(mechanism);
        }
コード例 #3
0
        public void TestRemovingSEofBMechanism()
        {
            var mechanism = new RemovingSEofBMechanism();

            Assert.IsNotNull(mechanism);
        }