Exemplo n.º 1
0
        public void TestItShouldCountTwoMapsForTolueneOntoToluene()
        {
            IMapper mapper = new VFMapper(toluene, true);

            Assert.AreEqual(2, mapper.CountMaps(toluene));
        }
Exemplo n.º 2
0
        public void TestItShouldCountTwelveMapsForBenzeneOntoBenzene()
        {
            IMapper mapper = new VFMapper(benzene, true);

            Assert.AreEqual(12, mapper.CountMaps(benzene));
        }