Home
last modified time | relevance | path

Searched refs:assertTypesEqual (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DTypeHierarchyTests.java411 assertTypesEqual( in testBinaryInnerTypeGetSuperInterfaces()
490 assertTypesEqual( in testBinaryTypeGetSuperInterfaces()
504 assertTypesEqual( in testBinaryTypeGetSuperInterfaces2()
1099 assertTypesEqual( in testGetAllClassesInRegion()
1117 assertTypesEqual( in testGetAllInterfacesInRegion()
1151 assertTypesEqual( in testGetAllSubtypesFromBinary()
1168 assertTypesEqual( in testGetAllSuperclasses()
1188 assertTypesEqual( in testGetAllSuperclassesFromBinary()
1207 assertTypesEqual( in testGetAllSuperclassesFromBinary2()
1224 assertTypesEqual( in testGetAllSuperInterfaces()
[all …]
H A DTypeResolveTests.java150 assertTypesEqual( in testResolveInSecondaryType()
159 assertTypesEqual( in testResolveMemberTypeInInner()
190 assertTypesEqual( in testResolveSiblingTypeInInner()
200 assertTypesEqual( in testResolveTypeInBinary1()
210 assertTypesEqual( in testResolveTypeInBinary2()
220 assertTypesEqual( in testResolveTypeInBinary3()
254 assertTypesEqual( in testResolveTypeInInner()
266 assertTypesEqual( in testResolveTypeInInner2()
275 assertTypesEqual( in testResolveTypeInJavaLang()
284 assertTypesEqual( in testResolveTypeWithNoImports()
[all …]
H A DNameLookupTests2.java181 assertTypesEqual( in testDuplicateTypesInWorkingCopies()
302 assertTypesEqual( in testFindBinaryTypeWithDollarName()
321 assertTypesEqual( in testFindBinaryTypeWithSameNameAsMember()
H A DRenameTests.java335 assertTypesEqual( in testRenameCU1()
368 assertTypesEqual( in testRenameCU2()
833 assertTypesEqual( in testRenamePF3()
H A DWorkingCopyOwnerTests.java941 assertTypesEqual( in testHierarchy()
H A DAbstractJavaModelTests.java1309 protected void assertTypesEqual(String message, String expected, IType[] types) { in assertTypesEqual() method in AbstractJavaModelTests
1310 assertTypesEqual(message, expected, types, true); in assertTypesEqual()
1312 protected void assertTypesEqual(String message, String expected, IType[] types, boolean sort) { in assertTypesEqual() method in AbstractJavaModelTests