package org.neo4j.graphalgo.competition; import org.junit.Test; public class ShortestPathPerformance extends PerformanceTest { ShortestPathPerformance( CompetitionEntryTestBase base ) { super( base ); } @Test public void testThatJUnitExecutesThis() { } }