Uses of Interface
com.nhncorp.neptune.common.aop.DistributedUnitTestProcessor

Packages that use DistributedUnitTestProcessor
com.nhncorp.neptune.common.aop   
 

Uses of DistributedUnitTestProcessor in com.nhncorp.neptune.common.aop
 

Classes in com.nhncorp.neptune.common.aop that implement DistributedUnitTestProcessor
 class ExitTestProcessor
           
 class ThrowExceptionTestProcessor
           
 

Methods in com.nhncorp.neptune.common.aop that return DistributedUnitTestProcessor
 DistributedUnitTestProcessor UnitTestDetail.getTestProcessor()
           
 

Methods in com.nhncorp.neptune.common.aop with parameters of type DistributedUnitTestProcessor
 void UnitTestDetail.setTestProcessor(DistributedUnitTestProcessor testProcessor)