Searched refs:assertEqualTypeVariable (Results 1 – 1 of 1) sorted by relevance
309 assertEqualTypeVariable(noBoundJvmType, noBound); in testNewTypeVariable()310 assertEqualTypeVariable(noBoundJvmType, in testNewTypeVariable()312 assertEqualTypeVariable(objectBoundJvmType, objectBound); in testNewTypeVariable()313 assertEqualTypeVariable(upperBoundJvmType, upperBound); in testNewTypeVariable()360 private static void assertEqualTypeVariable( in assertEqualTypeVariable() method in TypesTest