org.jcoderz.commons.taskdefs
Class LogMessageGeneratorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jcoderz.commons.TestCase
              extended by org.jcoderz.commons.taskdefs.LogMessageGeneratorTest
All Implemented Interfaces:
Test

public class LogMessageGeneratorTest
extends TestCase

JUnit test for the Ant task LogMessageGenerator.

Author:
Michael Griffel

Constructor Summary
LogMessageGeneratorTest()
           
 
Method Summary
protected  void setUp()
          
 void testExecute()
          Tests the Ant task.
 void testExecuteBadApplicationName()
          Tests the Ant task.
 void testExecuteBadDestDir()
          Tests the Ant task.
 void testExecuteBadInFile()
          Tests the Ant task.
 void testExecuteBadOutFile()
          Tests the Ant task.
 void testExecuteBadXslFile()
          Tests the Ant task.
 
Methods inherited from class org.jcoderz.commons.TestCase
getBaseDir, getHostName, getSuite, hasTestCases
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogMessageGeneratorTest

public LogMessageGeneratorTest()
Method Detail

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class TestCase
Throws:
Exception

testExecute

public void testExecute()
Tests the Ant task.


testExecuteBadInFile

public void testExecuteBadInFile()
Tests the Ant task.


testExecuteBadDestDir

public void testExecuteBadDestDir()
Tests the Ant task.


testExecuteBadOutFile

public void testExecuteBadOutFile()
Tests the Ant task.


testExecuteBadApplicationName

public void testExecuteBadApplicationName()
Tests the Ant task.


testExecuteBadXslFile

public void testExecuteBadXslFile()
Tests the Ant task.



Copyright 2007 The jCoderZ Project.