org.hibernate.test.lazycache
Class InstrumentCacheTest.SkipMatcher

java.lang.Object
  extended by org.hibernate.test.lazycache.InstrumentCacheTest.SkipMatcher
All Implemented Interfaces:
Skip.Matcher
Enclosing class:
InstrumentCacheTest

public static class InstrumentCacheTest.SkipMatcher
extends Object
implements Skip.Matcher


Constructor Summary
InstrumentCacheTest.SkipMatcher()
           
 
Method Summary
 boolean isMatch()
          Do we have a match to the underlying condition?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstrumentCacheTest.SkipMatcher

public InstrumentCacheTest.SkipMatcher()
Method Detail

isMatch

public boolean isMatch()
Description copied from interface: Skip.Matcher
Do we have a match to the underlying condition?

Specified by:
isMatch in interface Skip.Matcher
Returns:
True/false ;)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.