org.hibernate.test.instrument.buildtime
Class InstrumentTest.SkipCheck

java.lang.Object
  extended by org.hibernate.test.instrument.buildtime.InstrumentTest.SkipCheck
All Implemented Interfaces:
Skip.Matcher
Enclosing class:
InstrumentTest

public static class InstrumentTest.SkipCheck
extends Object
implements Skip.Matcher


Constructor Summary
InstrumentTest.SkipCheck()
           
 
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

InstrumentTest.SkipCheck

public InstrumentTest.SkipCheck()
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.