public static java.util.Vector methodNames() {
   java.util.Vector methodNames = new java.util.Vector();
   methodNames.addElement("test_ConstructorLorg_eclipse_swt_custom_StyledTextEvent");
   methodNames.addAll(
       Test_org_eclipse_swt_events_TypedEvent.methodNames()); // add superclass method names
   return methodNames;
 }
 protected void runTest() throws Throwable {
   if (getName().equals("test_ConstructorLorg_eclipse_swt_custom_StyledTextEvent"))
     test_ConstructorLorg_eclipse_swt_custom_StyledTextEvent();
   else super.runTest();
 }