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

/openjdk7/langtools/test/tools/javac/types/
H A DTypeHarness.java165 public void assertValidGenericType(Type t) { method in class:TypeHarness
166 assertValidGenericType(t, true);
170 public void assertValidGenericType(Type t, boolean expected) { method in class:TypeHarness
H A DGenericTypeWellFormednessTest.java227 assertValidGenericType(inst, isValidInstantiation[i][j].value);

Completed in 30 milliseconds