891011121314
public class NodeImplTest extends TestCase { private Node node_; protected void setUp() throws Exception { node_ = new NodeImpl(); }