Beispiel #1
0
        public void TestGetIsotopes()
        {
            IsotopeHandler handler = new IsotopeHandler();

            // nothing is read
            Assert.IsNotNull(handler);
            Assert.IsNull(handler.Isotopes);
        }
Beispiel #2
0
        public void TestStartDocument()
        {
            IsotopeHandler handler = new IsotopeHandler();

            // nothing is read, but Vector is initialized
            Assert.IsNotNull(handler);
            Assert.IsNull(handler.Isotopes);
        }
Beispiel #3
0
        public void TestIsotopeHandler_IChemObjectBuilder()
        {
            IsotopeHandler handler = new IsotopeHandler();

            Assert.IsNotNull(handler);
        }