Class NonEmptyStringMatcher

  • All Implemented Interfaces:
    org.mockito.ArgumentMatcher<java.lang.String>

    public class NonEmptyStringMatcher
    extends java.lang.Object
    implements org.mockito.ArgumentMatcher<java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String argument)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.mockito.ArgumentMatcher

        type
    • Constructor Detail

      • NonEmptyStringMatcher

        public NonEmptyStringMatcher()
    • Method Detail

      • matches

        public boolean matches​(java.lang.String argument)
        Specified by:
        matches in interface org.mockito.ArgumentMatcher<java.lang.String>