Class Matchers


  • public class Matchers
    extends java.lang.Object
    Utility class to provide various Matchers to use in ExpectedException.expectMessage.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.hamcrest.Matcher<java.lang.String> regexMatcher​(java.lang.String regex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • regexMatcher

        public static org.hamcrest.Matcher<java.lang.String> regexMatcher​(java.lang.String regex)