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

/openjdk10/langtools/test/jdk/jshell/
H A DKullaTesting.java744 public void assertDeclarationSnippet(DeclarationSnippet declarationKey, argument
748 assertKey(declarationKey, expectedStatus, expectedSubKind);
749 String source = declarationKey.source();
750 assertEquals(declarationKey.name(), expectedName,
751 "Expected " + source + " to have the name: " + expectedName + ", got: " + declarationKey.name());
752 long unresolved = getState().unresolvedDependencies(declarationKey).count();
755 long otherCorralledErrorsCount = getState().diagnostics(declarationKey).count();

Completed in 85 milliseconds