org.kuali.student.common.test
Interface TestAwareDataLoader


public interface TestAwareDataLoader

Provides a before and after test callback mechanism intended to be used by data loaders. i.e. the class that coordinates loading of the test data is made aware of the test execution sequence so that it can properly clear and reset the reference data.

Author:
ocleirig

Method Summary
 void afterTest()
          Called after the last test was run.
 void beforeTest()
          Called before the next test is to be run.
 

Method Detail

beforeTest

void beforeTest()
                throws Exception
Called before the next test is to be run.

Throws:
Exception

afterTest

void afterTest()
               throws Exception
Called after the last test was run.

Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.