Package apoc.util
Class StatusCodeMatcher
java.lang.Object
org.hamcrest.BaseMatcher<org.neo4j.graphdb.QueryExecutionException>
apoc.util.StatusCodeMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<org.neo4j.graphdb.QueryExecutionException>,org.hamcrest.SelfDescribing
public class StatusCodeMatcher
extends org.hamcrest.BaseMatcher<org.neo4j.graphdb.QueryExecutionException>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, isNotNull, toString
-
Constructor Details
-
StatusCodeMatcher
-
-
Method Details
-
matches
-
describeTo
public void describeTo(org.hamcrest.Description description)
-