org.mule.util.scan.annotations
Class AnnotationsScannerTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mule.util.scan.annotations.AnnotationsScannerTestCase
All Implemented Interfaces:
junit.framework.Test

public class AnnotationsScannerTestCase
extends junit.framework.TestCase


Field Summary
protected  AnnotationsScanner scanner
           
 
Constructor Summary
AnnotationsScannerTestCase()
           
 
Method Summary
protected  void setUp()
           
 void testClassAnnotations()
           
 void testFieldAnnotations()
           
 void testMethodAnnotations()
           
 void testParamAnnotations()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

scanner

protected AnnotationsScanner scanner
Constructor Detail

AnnotationsScannerTestCase

public AnnotationsScannerTestCase()
Method Detail

setUp

protected void setUp()
              throws java.io.IOException
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.io.IOException

testParamAnnotations

public void testParamAnnotations()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFieldAnnotations

public void testFieldAnnotations()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testClassAnnotations

public void testClassAnnotations()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testMethodAnnotations

public void testMethodAnnotations()
                           throws java.lang.Exception
Throws:
java.lang.Exception


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