consciouscode.junit
Interface SharedFixtureTest

All Superinterfaces:
junit.framework.Test
All Known Implementing Classes:
SharedFixtureTestSuite

public interface SharedFixtureTest
extends junit.framework.Test

A JUnit Test that uses a shared fixture.

See Also:
SharedFixtureTestSuite

Method Summary
 void setSharedFixture(Object fixture)
          Set the shared fixture object shared by all tests within a SharedFixtureTestSuite.
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Method Detail

setSharedFixture

void setSharedFixture(Object fixture)
Set the shared fixture object shared by all tests within a SharedFixtureTestSuite. This method is invoked by SharedFixtureTestSuite just before the test's setUp method is called.



Copyright © 2001–2012 Todd V. Jonker. All Rights Reserved.