org.apache.maven.project
Class ExtensionDescriptorBuilderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.project.ExtensionDescriptorBuilderTest
All Implemented Interfaces:
junit.framework.Test

public class ExtensionDescriptorBuilderTest
extends junit.framework.TestCase

Tests ExtensionDescriptorBuilder.

Author:
Benjamin Bentmann

Constructor Summary
ExtensionDescriptorBuilderTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCompleteDescriptor()
           
 void testEmptyDescriptor()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtensionDescriptorBuilderTest

public ExtensionDescriptorBuilderTest()
Method Detail

setUp

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

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testEmptyDescriptor

public void testEmptyDescriptor()
                         throws Exception
Throws:
Exception

testCompleteDescriptor

public void testCompleteDescriptor()
                            throws Exception
Throws:
Exception


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.