Package ca.uhn.fhir.test.utilities
Class CustomMatchersUtil
java.lang.Object
ca.uhn.fhir.test.utilities.CustomMatchersUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidassertDoesNotContainAnyOf(List<T> theActual, List<T> theShouldNotContain) Asserts that none of the items in theShouldNotContain are in theActual
-
Constructor Details
-
CustomMatchersUtil
public CustomMatchersUtil()
-
-
Method Details
-
assertDoesNotContainAnyOf
Asserts that none of the items in theShouldNotContain are in theActual- Parameters:
theActual- the actual resultstheShouldNotContain- the items that should not be in theActual
-