org.opennms.core.test
Class OpenNMSAbstractTestExecutionListener

java.lang.Object
  extended by org.springframework.test.context.support.AbstractTestExecutionListener
      extended by org.opennms.core.test.OpenNMSAbstractTestExecutionListener
All Implemented Interfaces:
org.springframework.test.context.TestExecutionListener
Direct Known Subclasses:
JUnitDNSServerExecutionListener, JUnitHttpServerExecutionListener

public class OpenNMSAbstractTestExecutionListener
extends org.springframework.test.context.support.AbstractTestExecutionListener

OpenNMSAbstractTestExecutionListener class.

Version:
$Id: $
Author:
ranger

Constructor Summary
OpenNMSAbstractTestExecutionListener()
           
 
Method Summary
 void afterTestMethod(org.springframework.test.context.TestContext testContext)
          
 void beforeTestMethod(org.springframework.test.context.TestContext testContext)
          
protected
<T extends Annotation>
T
findTestAnnotation(Class<T> clazz, org.springframework.test.context.TestContext testContext)
          findTestAnnotation
 
Methods inherited from class org.springframework.test.context.support.AbstractTestExecutionListener
afterTestClass, beforeTestClass, prepareTestInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenNMSAbstractTestExecutionListener

public OpenNMSAbstractTestExecutionListener()
Method Detail

beforeTestMethod

public void beforeTestMethod(org.springframework.test.context.TestContext testContext)
                      throws Exception

Specified by:
beforeTestMethod in interface org.springframework.test.context.TestExecutionListener
Overrides:
beforeTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListener
Throws:
Exception

afterTestMethod

public void afterTestMethod(org.springframework.test.context.TestContext testContext)
                     throws Exception

Specified by:
afterTestMethod in interface org.springframework.test.context.TestExecutionListener
Overrides:
afterTestMethod in class org.springframework.test.context.support.AbstractTestExecutionListener
Throws:
Exception

findTestAnnotation

protected <T extends Annotation> T findTestAnnotation(Class<T> clazz,
                                                      org.springframework.test.context.TestContext testContext)

findTestAnnotation

Type Parameters:
T - a T object.
Parameters:
clazz - a Class object.
testContext - a TestContext object.
Returns:
a T object.


Copyright © 2011. All Rights Reserved.