org.apache.maven.doxia.macro
Class SwfMacroTest

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

public class SwfMacroTest
extends junit.framework.TestCase

Test swf macro.

Author:
ltheussl

Constructor Summary
SwfMacroTest()
           
 
Method Summary
 void testExecute()
          Test of execute method, of class SwfMacro.
 void testOthersThenStringParameters()
          Test that SwfMacro does not crash if other things then Strings are provided.
 
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

SwfMacroTest

public SwfMacroTest()
Method Detail

testExecute

public void testExecute()
                 throws MacroExecutionException
Test of execute method, of class SwfMacro.

Throws:
MacroExecutionException - if a macro fails during testing.

testOthersThenStringParameters

public void testOthersThenStringParameters()
                                    throws MacroExecutionException
Test that SwfMacro does not crash if other things then Strings are provided.

Throws:
MacroExecutionException - if a macro fails during testing.


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