Package org.mockserver.test
Class Assert
java.lang.Object
org.mockserver.test.Assert
- Author:
- jamesdbloom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertContains(String string, String substring) Asserts that string contains specified substring.static voidassertDoesNotContain(String string, String substring) Asserts that string contains specified substring.static <T> voidassertSameEntries(Collection<T> collectionOne, Collection<T> collectionTwo) Asserts that the two lists contain the same entries regardless of order
-
Constructor Details
-
Assert
public Assert()
-
-
Method Details
-
assertContains
Asserts that string contains specified substring. -
assertDoesNotContain
Asserts that string contains specified substring. -
assertSameEntries
Asserts that the two lists contain the same entries regardless of order
-