com.nhncorp.neptune.common.aop
Class ExitTestProcessor

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

public class ExitTestProcessor
extends java.lang.Object
implements DistributedUnitTestProcessor


Constructor Summary
ExitTestProcessor()
           
 
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

ExitTestProcessor

public ExitTestProcessor()
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