com.jrefinery.report.ext.junit.bugs
Class ReportPropertyLostBug

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.jrefinery.report.ext.junit.bugs.ReportPropertyLostBug
All Implemented Interfaces:
junit.framework.Test

public class ReportPropertyLostBug
extends junit.framework.TestCase


Constructor Summary
ReportPropertyLostBug(java.lang.String name)
          Constructs a new set of tests.
 
Method Summary
protected  void setUp()
          Common test setup.
static junit.framework.Test suite()
          Returns the tests as a test suite.
 void testReportState()
          Check that a report property set before the report is processed is also available when the report processing has started.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportPropertyLostBug

public ReportPropertyLostBug(java.lang.String name)
Constructs a new set of tests.

Parameters:
name - The name of the tests.
Method Detail

suite

public static junit.framework.Test suite()
Returns the tests as a test suite.


setUp

protected void setUp()
              throws java.lang.Exception
Common test setup.

Overrides:
setUp in class junit.framework.TestCase
java.lang.Exception

testReportState

public void testReportState()
                     throws java.lang.Exception
Check that a report property set before the report is processed is also available when the report processing has started.

java.lang.Exception