org.kuali.rice.krad.uif.util
Class ProcessLoggingUnitTest

java.lang.Object
  extended by org.kuali.rice.krad.uif.util.ProcessLoggingUnitTest
Direct Known Subclasses:
ComponentFactoryTest, ComponentFreemarkerTest, DemoLookupViewTest, InitializeDataFieldFromDictionaryTest, ObjectPathExpressionParserTest, ObjectPropertyUtilsTest, ScriptUtilsTest, ViewLifecycleTest

public class ProcessLoggingUnitTest
extends Object

Base class for wrapping all JUnit tests in call to ProcessLogger.follow(String, String, Callable).

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 org.junit.rules.MethodRule processLogRule
           
 
Constructor Summary
ProcessLoggingUnitTest()
           
 
Method Summary
protected static int getRepetition()
           
protected  int getRepetitions()
          Provides the number of times the test should be run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processLogRule

public org.junit.rules.MethodRule processLogRule
Constructor Detail

ProcessLoggingUnitTest

public ProcessLoggingUnitTest()
Method Detail

getRepetition

protected static int getRepetition()

getRepetitions

protected int getRepetitions()
Provides the number of times the test should be run. Subclasses may provide an alternate value.

Returns:


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.