Searched refs:readExample (Results 1 – 2 of 2) sorted by relevance
49 String code = readExample(resourceName); in considerExample()54 protected String readExample(String resourceName) throws IOException { in readExample() method in AbstractLexicalPreservingTest59 String expectedCode = readExample(exampleName + "_expected"); in assertTransformed()
620 … assertEquals(readExample("ASimpleClassWithMoreFormatting"), LexicalPreservingPrinter.print(cu)); in preserveSpaceAsIsForASimpleClassWithMoreFormatting()629 …assertEquals(readExample("ASimpleClassWithMoreFormatting_step1"), LexicalPreservingPrinter.print(c… in renameASimpleClassWithMoreFormatting()654 …assertEquals(readExample("ASimpleClassWithMoreFormatting_step2"), LexicalPreservingPrinter.print(c… in addMethodToASimpleClassWithMoreFormatting()667 …assertEquals(readExample("ASimpleClassWithMoreFormatting_step3"), LexicalPreservingPrinter.print(c… in addingParameterToAnAddedMethodInASimpleClassWithMoreFormatting()707 …assertEquals(readExample("ASimpleClassWithMoreFormatting_step4"), LexicalPreservingPrinter.print(c… in addingStatementToAnAddedMethodInASimpleClassWithMoreFormatting()722 …assertEquals(readExample("ASimpleClassWithMoreFormatting_step4"), LexicalPreservingPrinter.print(c… in addingStatementToAnAddedMethodInASimpleClassWithMoreFormattingFromStep3()