org.mockserver.test
Class Assert
java.lang.Object
org.mockserver.test.Assert
public class Assert
- extends Object
- Author:
- jamesdbloom
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Assert
public Assert()
assertContains
public static void assertContains(String string,
String substring)
- Asserts that string contains specified substring.
assertDoesNotContain
public static void assertDoesNotContain(String string,
String substring)
- Asserts that string contains specified substring.
assertSameEntries
public static <T> void assertSameEntries(Collection<T> collectionOne,
Collection<T> collectionTwo)
- Asserts that the two lists contain the same entries regardless of order
Copyright © 2016. All rights reserved.