org.apache.maven.doxia.sink
Class SinkEventAttributeSetTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.doxia.sink.SinkEventAttributeSetTest
All Implemented Interfaces:
junit.framework.Test

public class SinkEventAttributeSetTest
extends junit.framework.TestCase

Test SinkEventAttributeSet.

Author:
ltheussl

Constructor Summary
SinkEventAttributeSetTest()
           
 
Method Summary
protected  void setUp()
           
 void testAddAttribute()
          Test of addAttribute method, of class SinkEventAttributeSet.
 void testAddAttributes()
          Test of add/removeAttributes methods, of class SinkEventAttributeSet.
 void testClone()
          Test of clone method, of class SinkEventAttributeSet.
 void testConstructor()
          Test of constructors, of class SinkEventAttributeSet.
 void testContainsAttribute()
          Test of containsAttribute method, of class SinkEventAttributeSet.
 void testContainsAttributes()
          Test of containsAttributes method, of class SinkEventAttributeSet.
 void testCopyAttributes()
          Test of copyAttributes method, of class SinkEventAttributeSet.
 void testEquals()
          Test of equals method, of class SinkEventAttributeSet.
 void testGetAttribute()
          Test of getAttribute method, of class SinkEventAttributeSet.
 void testGetAttributeCount()
          Test of getAttributeCount method, of class SinkEventAttributeSet.
 void testGetAttributeNames()
          Test of getAttributeNames method, of class SinkEventAttributeSet.
 void testGetResolveParent()
          Test of getResolveParent method, of class SinkEventAttributeSet.
 void testHashCode()
          Test of hashCode method, of class SinkEventAttributeSet.
 void testIsDefined()
          Test of isDefined method, of class SinkEventAttributeSet.
 void testIsEmpty()
          Test of isEmpty method, of class SinkEventAttributeSet.
 void testIsEqual()
          Test of isEqual method, of class SinkEventAttributeSet.
 void testToString()
          Test of toString method, of class SinkEventAttributeSet.
 
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
 

Constructor Detail

SinkEventAttributeSetTest

public SinkEventAttributeSetTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception - if any.

testConstructor

public void testConstructor()
Test of constructors, of class SinkEventAttributeSet.


testIsEmpty

public void testIsEmpty()
Test of isEmpty method, of class SinkEventAttributeSet.


testGetAttributeCount

public void testGetAttributeCount()
Test of getAttributeCount method, of class SinkEventAttributeSet.


testIsDefined

public void testIsDefined()
Test of isDefined method, of class SinkEventAttributeSet.


testIsEqual

public void testIsEqual()
Test of isEqual method, of class SinkEventAttributeSet.


testEquals

public void testEquals()
Test of equals method, of class SinkEventAttributeSet.


testCopyAttributes

public void testCopyAttributes()
Test of copyAttributes method, of class SinkEventAttributeSet.


testGetAttributeNames

public void testGetAttributeNames()
Test of getAttributeNames method, of class SinkEventAttributeSet.


testGetAttribute

public void testGetAttribute()
Test of getAttribute method, of class SinkEventAttributeSet.


testContainsAttribute

public void testContainsAttribute()
Test of containsAttribute method, of class SinkEventAttributeSet.


testContainsAttributes

public void testContainsAttributes()
Test of containsAttributes method, of class SinkEventAttributeSet.


testAddAttribute

public void testAddAttribute()
Test of addAttribute method, of class SinkEventAttributeSet.


testAddAttributes

public void testAddAttributes()
Test of add/removeAttributes methods, of class SinkEventAttributeSet.


testGetResolveParent

public void testGetResolveParent()
Test of getResolveParent method, of class SinkEventAttributeSet.


testClone

public void testClone()
Test of clone method, of class SinkEventAttributeSet.


testHashCode

public void testHashCode()
Test of hashCode method, of class SinkEventAttributeSet.


testToString

public void testToString()
Test of toString method, of class SinkEventAttributeSet.



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.