org.kuali.rice.test
Interface MethodAware

All Known Implementing Classes:
BaselineTestCase, BaseModuleTestCase, BaseRiceTestCase, RiceInternalSuiteDataTestCase, RiceTestCase

public interface MethodAware

Interface to be implemented by test cases that want to be informed of the Method being run.

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

Method Summary
 void setTestMethod(Method testMethod)
           
 

Method Detail

setTestMethod

void setTestMethod(Method testMethod)


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