package Tree; import junit.framework.TestCase; public class TreeNodeTest extends TestCase { // make more public void methods that start with the first word test // you can run this file as a JUnit test case and it will show you what // tests pass and what tests fail. // You might want to look at the JUnit lab exercises in UCWISE. public void testExampleTest() { assertTrue(true); } }