Package net.minecraftforge.fml.test
Class TopologicalSortTests
java.lang.Object
net.minecraftforge.fml.test.TopologicalSortTests
Tests for topological sort.
-
Constructor Details
-
TopologicalSortTests
public TopologicalSortTests()
-
-
Method Details
-
testScc
@Test @DisplayName("strongly connected components") void testScc() -
testScc2
@Test @DisplayName("strongly connected components 2") void testScc2() -
testBasicSort
@Test @DisplayName("basic sort") void testBasicSort() -
testBasicSort2
@Test @DisplayName("basic sort 2") void testBasicSort2() -
testLoopSort
@Test @DisplayName("loop sort") void testLoopSort()
-