TestTMUpdater
| Kind of class: | public class |
|---|---|
| Package: | treemap |
| Inherits from: | TestCase |
| Version: | 2.5 |
| Author: | Christophe Bouthier [bouthier@loria.fr] |
| Package classpath: | treemap.TestTMUpdater |
| File last modified: | Monday, 18 February 2002, 14:33:48 |
The TestTMUpdater is a JUnit test class
for testing the setting of TestTMUpdater in TMNode classes.
for testing the setting of TestTMUpdater in TMNode classes.
Summary
Inner classes
Constructors
- TestTMUpdater
- Constructor.
Class methods
- suite
- TestSuite.
Instance methods
- setUp
- Setup the fixture.
- testSettingOfUpdater
- Tests the setting of the TMUpdater in every TMNodes.
Inner classes
Constructors
TestTMUpdater
public TestTMUpdater(
String name)
Constructor.
Take the name of the test in parameter.
Take the name of the test in parameter.
Parameters:
name:
the name of the test
Instance fields
file
private TestNode file = null
fold
private TestNode fold = null
root
private TestNode root = null
update
private TMUpdaterConcrete update = null
Class methods
suite
public static Test suite(
)
TestSuite.
Instance methods
setUp
protected void setUp(
)
Setup the fixture.
testSettingOfUpdater
public void testSettingOfUpdater(
)
Tests the setting of the TMUpdater in every TMNodes.