org.jupe.plugin.exceptions
Class JupeExceptionLogOnlyTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jupe.unittest.AbstractProjectTestCase
              extended by org.jupe.plugin.exceptions.JupeExceptionLogOnlyTest
All Implemented Interfaces:
junit.framework.Test

public class JupeExceptionLogOnlyTest
extends AbstractProjectTestCase

Test class for JupeExceptionLogOnly.

Author:
Eva Zielasko, Michael Pradel

Constructor Summary
JupeExceptionLogOnlyTest()
           
 
Method Summary
 void setUp()
           
 void testLogOnlyExceptionWithCoreException()
           
 void testLogOnlyExceptionWithoutCoreException()
           
 void testNoLoggingWithCoreException()
           
 void testNoLoggingWithoutCoreException()
           
 
Methods inherited from class org.jupe.unittest.AbstractProjectTestCase
tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JupeExceptionLogOnlyTest

public JupeExceptionLogOnlyTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class AbstractProjectTestCase
Throws:
java.lang.Exception

testLogOnlyExceptionWithCoreException

public void testLogOnlyExceptionWithCoreException()

testNoLoggingWithCoreException

public void testNoLoggingWithCoreException()

testLogOnlyExceptionWithoutCoreException

public void testLogOnlyExceptionWithoutCoreException()

testNoLoggingWithoutCoreException

public void testNoLoggingWithoutCoreException()