consciouscode.seedling.junit
Interface SeedlingTest

All Superinterfaces:
junit.framework.Test
All Known Implementing Classes:
SeedlingTestCase, StandaloneSeedlingTestCase

public interface SeedlingTest
extends junit.framework.Test

A JUnit test that has access to a Seedling root in order to test the functionality therein.


Method Summary
 void setGlobalRoot(RootNode root)
          Set the global root of the Seedling that is to be tested.
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Method Detail

setGlobalRoot

void setGlobalRoot(RootNode root)
Set the global root of the Seedling that is to be tested. This method is invoked (by SeedlingTestRunner) before the test is run.



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