Searched refs:assertMethodDeclSnippet (Results 1 - 5 of 5) sorted by relevance

/openjdk9/langtools/test/jdk/jshell/
H A DMethodsTest.java50 assertMethodDeclSnippet(m1, "f", "()void", RECOVERABLE_DEFINED, 1, 0);
54 assertMethodDeclSnippet(m2, "g", "()void", VALID, 0, 0);
59 assertMethodDeclSnippet(m1, "f", "()void", REJECTED, 0, 2);
62 assertMethodDeclSnippet(m1, "f", "()void", REJECTED, 0, 2);
63 assertMethodDeclSnippet(m2, "f", "()int", RECOVERABLE_DEFINED, 1, 0);
69 assertMethodDeclSnippet(m1, "f", "(Bar)void", RECOVERABLE_NOT_DEFINED, 1, 0);
71 assertMethodDeclSnippet(m1, "f", "(Bar)void", RECOVERABLE_NOT_DEFINED, 1, 0);
72 assertMethodDeclSnippet(m2, "f", "(A.Bar)void", RECOVERABLE_NOT_DEFINED, 1, 0);
74 assertMethodDeclSnippet(m1, "f", "(Bar)void", DROPPED, 1, 0);
270 assertMethodDeclSnippet(ke
[all...]
H A DIgnoreTest.java108 assertMethodDeclSnippet(m4, "m4", "()void", VALID, 0, 1);
110 assertMethodDeclSnippet(m5, "m5", "()void", VALID, 0, 1);
116 assertMethodDeclSnippet(m4, "m4", "()void", VALID, 0, 1);
118 assertMethodDeclSnippet(m5, "m5", "()void", VALID, 0, 1);
H A DReplaceTest.java186 assertMethodDeclSnippet(k1, "m", "(Integer)String", OVERWRITTEN, 0, 0);
191 assertMethodDeclSnippet(k2, "m", "(java.lang.Integer)String", OVERWRITTEN, 0, 0);
H A DForwardReferenceTest.java54 assertMethodDeclSnippet((MethodSnippet) k1, "q", "(Boo)int", VALID, 0, 0);
66 assertMethodDeclSnippet(k1, "ff", "(List)int", VALID, 0, 0);
H A DKullaTesting.java721 public void assertMethodDeclSnippet(MethodSnippet method, method in class:KullaTesting

Completed in 153 milliseconds