com.redhat.rhn.domain.action.test
Class ActionFormatterTest

java.lang.Object
  extended by TestCase
      extended by com.redhat.rhn.testing.RhnBaseTestCase
          extended by com.redhat.rhn.domain.action.test.ActionFormatterTest

public class ActionFormatterTest
extends RhnBaseTestCase

ActionFormatterTest - test the formatters associated with the Actions.


Constructor Summary
ActionFormatterTest()
           
 
Method Summary
 void setUp()
          Called once per test method.
 void testActionFormatter()
          Test formatting an Action
 void testActionLinks()
          Test formatting an Action
 void testErrataFormatter()
          Test formatting an Action
 void testScriptFormatter()
          ; Test formatting an Action
 
Methods inherited from class com.redhat.rhn.testing.RhnBaseTestCase
assertContains, assertContains, assertContains, assertNotBefore, assertNotBefore, assertNotEmpty, assertNotEmpty, assertPropertyEquals, clearSession, commitAndCloseSession, disableLocalizationServiceLogging, enableLocalizationServiceLogging, flushAndEvict, getNow, reload, reload, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFormatterTest

public ActionFormatterTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Description copied from class: RhnBaseTestCase
Called once per test method.

Overrides:
setUp in class RhnBaseTestCase
Throws:
java.lang.Exception - if an error occurs during setup.

testActionFormatter

public void testActionFormatter()
                         throws java.lang.Exception
Test formatting an Action

Throws:
java.lang.Exception

testActionLinks

public void testActionLinks()
                     throws java.lang.Exception
Test formatting an Action

Throws:
java.lang.Exception

testErrataFormatter

public void testErrataFormatter()
                         throws java.lang.Exception
Test formatting an Action

Throws:
java.lang.Exception

testScriptFormatter

public void testScriptFormatter()
                         throws java.lang.Exception
; Test formatting an Action

Throws:
java.lang.Exception