01: package imp; 02: 03: import java.io.*; 04: import TestClass; 05: 06: /** 07: * Relates to a Test Class object 08: * 09: */ 10: public class AssociateFour { 11: /** 12: * Description of the Method 13: */ 14: public void run() { 15: value = new TestClass(); 16: value.run(); 17: } 18: }