tests
Class AnnotationDeepTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by tests.AnnotationDeepTest
All Implemented Interfaces:
junit.framework.Test

public class AnnotationDeepTest
extends junit.framework.TestCase


Constructor Summary
AnnotationDeepTest()
           
 
Method Summary
 void testAppInfoDeep()
          The appinfo element has a source attribute but the content is deep markup.
 void testAppInfoNoSource()
          The appinfo element has no source attribute but it has content.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 

Constructor Detail

AnnotationDeepTest

public AnnotationDeepTest()
Method Detail

testAppInfoNoSource

public void testAppInfoNoSource()
                         throws Exception
The appinfo element has no source attribute but it has content.

Throws:
Exception - Any exception encountered

testAppInfoDeep

public void testAppInfoDeep()
                     throws Exception
The appinfo element has a source attribute but the content is deep markup.

Throws:
Exception - Any exception encountered


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.