org.callbackparams.sandbox
Class ExpectedExceptionSweeps

java.lang.Object
  extended by org.callbackparams.AdaptiveRule
      extended by org.callbackparams.sandbox.ExpectedExceptionSweeps

public class ExpectedExceptionSweeps
extends AdaptiveRule

Author:
Henrik Kaipe

Nested Class Summary
 
Nested classes/interfaces inherited from class org.callbackparams.AdaptiveRule
AdaptiveRule.TestRun
 
Constructor Summary
ExpectedExceptionSweeps()
           
 
Method Summary
static ExpectedExceptionSweeps create()
           
 Object evaluate(AdaptiveRule.TestRun testrun)
           
 ExpectedExceptionSweeps sweep(Collector<?> msgCollector, Class<? extends Throwable> exceptionType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpectedExceptionSweeps

public ExpectedExceptionSweeps()
Method Detail

create

public static ExpectedExceptionSweeps create()

sweep

public ExpectedExceptionSweeps sweep(Collector<?> msgCollector,
                                     Class<? extends Throwable> exceptionType)

evaluate

public Object evaluate(AdaptiveRule.TestRun testrun)
                throws Throwable
Specified by:
evaluate in class AdaptiveRule
Throws:
Throwable


Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.