test/com/sun/javadoc/testOverridenMethods/TestMultiInheritence.java

changeset 401
dd98acd9f717
parent 1
9a66ca7c79fa
child 404
14735c7932d7
equal deleted inserted replaced
400:35e29f51a7c3 401:dd98acd9f717
44 }; 44 };
45 45
46 //Method foo() is inherited from BOTH I2 and I3 46 //Method foo() is inherited from BOTH I2 and I3
47 private static final String[][] TEST = { 47 private static final String[][] TEST = {
48 {BUG_ID + FS + "pkg3" + FS + "I1.html", 48 {BUG_ID + FS + "pkg3" + FS + "I1.html",
49 "Methods inherited from interface pkg3." + 49 "Methods inherited from interface pkg3." + "<A HREF=\"../pkg3/I2.html\" title=\"interface in pkg3\">I2</A>"},
50 "<A HREF=\"../pkg3/I2.html\" title=\"interface in pkg3\">I2</A>"},
51 {BUG_ID + FS + "pkg3" + FS +"I1.html", 50 {BUG_ID + FS + "pkg3" + FS +"I1.html",
52 "Methods inherited from interface pkg3." + 51 "Methods inherited from interface pkg3." +
53 "<A HREF=\"../pkg3/I3.html\" title=\"interface in pkg3\">I3</A>"}, 52 "<A HREF=\"../pkg3/I3.html\" title=\"interface in pkg3\">I3</A>"},
54 {BUG_ID + FS + "pkg3" + FS + "I0.html", 53 {BUG_ID + FS + "pkg3" + FS + "I0.html",
55 "Methods inherited from interface pkg3." + 54 "Methods inherited from interface pkg3." +

mercurial