public void TestItShouldCountTwoMapsForTolueneOntoToluene() { IMapper mapper = new VFMapper(toluene, true); Assert.AreEqual(2, mapper.CountMaps(toluene)); }
public void TestItShouldCountTwelveMapsForBenzeneOntoBenzene() { IMapper mapper = new VFMapper(benzene, true); Assert.AreEqual(12, mapper.CountMaps(benzene)); }