Home
last modified time | relevance | path

Searched refs:newInterfaceName (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DExtractInterfaceTests1d8.java72 String newInterfaceName= "B"; in testExtractInterfaceFromInterface2() local
88 processor.setTypeName(newInterfaceName); in testExtractInterfaceFromInterface2()
89 … should be accepted", RefactoringStatus.OK, processor.checkTypeName(newInterfaceName).getSeverity(… in testExtractInterfaceFromInterface2()
108 ICompilationUnit interfaceCu= pack.getCompilationUnit(newInterfaceName + ".java"); in testExtractInterfaceFromInterface2()
110 getFileContents(getOutputTestFileName(newInterfaceName)), in testExtractInterfaceFromInterface2()
H A DExtractInterfaceTests.java107 processor.setTypeName(newInterfaceName); in validatePassingTest()
108 … should be accepted", RefactoringStatus.OK, processor.checkTypeName(newInterfaceName).getSeverity(… in validatePassingTest()
130 …ICompilationUnit interfaceCu= clas.getPackageFragment().getCompilationUnit(newInterfaceName + ".ja… in validatePassingTest()
131 …assertEqualLines("(interface cu)", getFileContents(getOutputTestFileName(newInterfaceName)), inter… in validatePassingTest()
134 …protected void validatePassingTest(String className, String newInterfaceName, boolean extractAll, … in validatePassingTest() argument
142 processor.setTypeName(newInterfaceName); in validatePassingTest()
143 … should be accepted", RefactoringStatus.OK, processor.checkTypeName(newInterfaceName).getSeverity(… in validatePassingTest()
154 ICompilationUnit interfaceCu= pack.getCompilationUnit(newInterfaceName + ".java"); in validatePassingTest()
156 getFileContents(getOutputTestFileName(newInterfaceName)), in validatePassingTest()
160 …private void validateFailingTest(String className, String newInterfaceName, boolean extractAll, in… in validateFailingTest() argument
[all …]