Package org.eclipse.epsilon.egl.output
Class LineCounterTests.WhenNewlineIsTwoChars
- java.lang.Object
-
- org.eclipse.epsilon.egl.output.LineCounterTests.CurrentLineNumberTests
-
- org.eclipse.epsilon.egl.output.LineCounterTests.WhenNewlineIsTwoChars
-
- Enclosing class:
- LineCounterTests
public static class LineCounterTests.WhenNewlineIsTwoChars extends LineCounterTests.CurrentLineNumberTests
-
-
Constructor Summary
Constructors Constructor Description WhenNewlineIsTwoChars()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getNewLine()
void
partialNewLineDoesNotContributeToCurrentLineNumber()
-
Methods inherited from class org.eclipse.epsilon.egl.output.LineCounterTests.CurrentLineNumberTests
getCurrentLineNumberFor, shouldBeDeterminedFromText, shouldBeOneForBlankText, shouldCountANewLineAtTheEndOfTheText, shouldCountBlankLinesAtTheEndOfTheText, shouldCountBlankLinesInTheMiddleOfText
-
-
-
-
Method Detail
-
getNewLine
protected String getNewLine()
- Specified by:
getNewLine
in classLineCounterTests.CurrentLineNumberTests
-
partialNewLineDoesNotContributeToCurrentLineNumber
public void partialNewLineDoesNotContributeToCurrentLineNumber()
-
-