Package es.uam.eps.ir.relison.multigraph
Class UndirectedUnweightedMultigraphTest
java.lang.Object
es.uam.eps.ir.relison.multigraph.UndirectedUnweightedMultigraphTest
public class UndirectedUnweightedMultigraphTest
extends java.lang.Object
Class for testing the fast implementation of an undirected unweighted multigraph
-
Constructor Summary
Constructors Constructor Description UndirectedUnweightedMultigraphTest()
-
Method Summary
Modifier and Type Method Description void
degrees()
Test the degrees of the graphvoid
edgeAddition()
Tests the addition of edges to the graphvoid
edgesAndNodesCount()
Test that checks if the number of nodes and edges which reach a node or start from it are correct.void
nodeAddition()
Tests the addition of nodes to the graph.void
setUp()
static void
setUpClass()
void
tearDown()
static void
tearDownClass()
void
types()
Test the weights of the edgesvoid
weights()
Test the weights of the edges
-
Constructor Details
-
UndirectedUnweightedMultigraphTest
public UndirectedUnweightedMultigraphTest()
-
-
Method Details
-
setUpClass
public static void setUpClass() -
tearDownClass
public static void tearDownClass() -
setUp
public void setUp() -
tearDown
public void tearDown() -
nodeAddition
public void nodeAddition()Tests the addition of nodes to the graph. -
edgeAddition
public void edgeAddition()Tests the addition of edges to the graph -
weights
public void weights()Test the weights of the edges -
types
public void types()Test the weights of the edges -
degrees
public void degrees()Test the degrees of the graph -
edgesAndNodesCount
public void edgesAndNodesCount()Test that checks if the number of nodes and edges which reach a node or start from it are correct.
-