org.exoplatform.commons.testing.webui
Class AbstractWebuiTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.exoplatform.commons.testing.webui.AbstractWebuiTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AbstractUIComponentTestCase

public abstract class AbstractWebuiTestCase
extends junit.framework.TestCase

Abstract TestCase to test a Webui UIComponent

Version:
$Revision$
Author:
Patrice Lamarque

Field Summary
protected  MockWebuiApplication webuiApplication
           
 
Constructor Summary
AbstractWebuiTestCase()
           
 
Method Summary
protected  void doSetUp()
           
protected  void setResourceBundleEntry(String key, String value)
          Convenience method to set an entry in the application resource bundle
 void setUp()
           
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

webuiApplication

protected MockWebuiApplication webuiApplication
Constructor Detail

AbstractWebuiTestCase

public AbstractWebuiTestCase()
                      throws Exception
Throws:
Exception
Method Detail

setUp

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

doSetUp

protected void doSetUp()

setResourceBundleEntry

protected void setResourceBundleEntry(String key,
                                      String value)
Convenience method to set an entry in the application resource bundle

Parameters:
key -
value -


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.