Package 

Object UUIDMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher , org.hamcrest.SelfDescribing

    
    public class UUIDMatcher
    extends BaseMatcher<String>
                        

    A Matcher that tests whether a string is a valid UUID.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static UUIDMatcher INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit describeTo(Description description)
      Boolean matches(Object actual)
      final UUIDMatcher isValidUUID()
      • Methods inherited from class io.kjson.spring.test.UUIDMatcher

        _dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait