Class CustomMatchersUtil

java.lang.Object
ca.uhn.fhir.test.utilities.CustomMatchersUtil

public class CustomMatchersUtil extends Object
  • Constructor Details

  • Method Details

    • assertDoesNotContainAnyOf

      public static <T> void assertDoesNotContainAnyOf(List<T> theActual, List<T> theShouldNotContain)
      Asserts that none of the items in theShouldNotContain are in theActual
      Parameters:
      theActual - the actual results
      theShouldNotContain - the items that should not be in theActual