public void AdamantaneTest() { SimpleGraph adamantane = SimpleGraphFactory.MakeAdamantane(); SimpleQuotientGraph quotientGraph = new SimpleQuotientGraph(adamantane); CheckParameters(quotientGraph, 2, 1, 0); }