Searched refs:ERROR_PARALLEL_EDGE (Results 1 – 12 of 12) sorted by relevance
170 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in addEdge_parallelEdge()176 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in addEdge_parallelEdge()
57 private static final String ERROR_PARALLEL_EDGE = "connected by a different edge"; field in GraphsTest482 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in createDirected()508 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in createUndirected()514 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in createUndirected()
182 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in addEdge_parallelSelfLoopEdge()
193 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in addEdge_parallelSelfLoopEdge()
240 assertThat(e).hasMessageThat().contains(ERROR_PARALLEL_EDGE); in addEdge_parallelEdge()
82 static final String ERROR_PARALLEL_EDGE = "connected by a different edge"; field in AbstractNetworkTest
178 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in addEdge_parallelEdge()184 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in addEdge_parallelEdge()
57 private static final String ERROR_PARALLEL_EDGE = "connected by a different edge"; field in GraphsTest483 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in createDirected()509 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in createUndirected()515 assertThat(e.getMessage()).contains(ERROR_PARALLEL_EDGE); in createUndirected()
252 assertThat(e).hasMessageThat().contains(ERROR_PARALLEL_EDGE); in addEdge_parallelEdge()