com.nhncorp.neptune.common.aop
Class ThrowExceptionTestProcessor

java.lang.Object
  extended by com.nhncorp.neptune.common.aop.ThrowExceptionTestProcessor
All Implemented Interfaces:
DistributedUnitTestProcessor

public class ThrowExceptionTestProcessor
extends java.lang.Object
implements DistributedUnitTestProcessor


Constructor Summary
ThrowExceptionTestProcessor()
           
 
Method Summary
 boolean isTestTarget(TestHandler testHandler)
           
 boolean runTest(TestHandler testHandler, UnitTestDetail unitTestDetail)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowExceptionTestProcessor

public ThrowExceptionTestProcessor()
Method Detail

runTest

public boolean runTest(TestHandler testHandler,
                       UnitTestDetail unitTestDetail)
                throws java.lang.Exception
Specified by:
runTest in interface DistributedUnitTestProcessor
Throws:
java.lang.Exception

isTestTarget

public boolean isTestTarget(TestHandler testHandler)
                     throws java.io.IOException
Specified by:
isTestTarget in interface DistributedUnitTestProcessor
Throws:
java.io.IOException