* @throws Exception
*/
@Test
public void compareBlankUniverses() throws Exception
{
Universe testUniverse2 = new Universe();
assertTrue(
"Two universes created with a default constructor should be identical, but are not",
testUniverse.similar( testUniverse2 ) );
}