com.retek.commons.util.profiling
Class ProfilingStatsSummaryTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.retek.commons.util.profiling.ProfilingStatsSummaryTest
All Implemented Interfaces:
junit.framework.Test

public class ProfilingStatsSummaryTest
extends junit.framework.TestCase

Test class which performs a summary of the profiling stats for (ejb, dao calls). The following system property must be set to enable profiling: -Dretek.performance.profile=true The following must be set to INFO in the log4j.properties: log4j.logger.timing=INFO, TimingOutput log4j.logger.timing.summary=INFO


Constructor Summary
ProfilingStatsSummaryTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testLogSummary()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfilingStatsSummaryTest

public ProfilingStatsSummaryTest(java.lang.String name)
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()

testLogSummary

public void testLogSummary()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25