org.mule.util.scan.annotations
Class AnnotationsScannerTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.util.scan.annotations.AnnotationsScannerTestCase

public class AnnotationsScannerTestCase
extends AbstractMuleTestCase


Field Summary
protected  AnnotationsScanner scanner
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
AnnotationsScannerTestCase()
           
 
Method Summary
 void setUp()
           
 void testClassAnnotations()
           
 void testFieldAnnotations()
           
 void testMethodAnnotations()
           
 void testParamAnnotations()
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

scanner

protected AnnotationsScanner scanner
Constructor Detail

AnnotationsScannerTestCase

public AnnotationsScannerTestCase()
Method Detail

setUp

public void setUp()
           throws IOException
Throws:
IOException

testParamAnnotations

public void testParamAnnotations()
                          throws Exception
Throws:
Exception

testFieldAnnotations

public void testFieldAnnotations()
                          throws Exception
Throws:
Exception

testClassAnnotations

public void testClassAnnotations()
                          throws Exception
Throws:
Exception

testMethodAnnotations

public void testMethodAnnotations()
                           throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.