org.jupe.plugin.exceptions
Class JupeExceptionWithPopUpTest

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.JupeExceptionWithPopUpTest
All Implemented Interfaces:
junit.framework.Test

public class JupeExceptionWithPopUpTest
extends AbstractProjectTestCase

Test for JupeExceptionWithPopUp. It only test if the exception if logged, but not if a pop-up appeared.

Author:
Eva Zielasko

Constructor Summary
JupeExceptionWithPopUpTest()
           
 
Method Summary
 void setUp()
           
 void testPopUpException()
           
 
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

JupeExceptionWithPopUpTest

public JupeExceptionWithPopUpTest()
Method Detail

setUp

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

testPopUpException

public void testPopUpException()