Package org.eclipse.epsilon.egl.output
Class ColumnCounterTests.WhenNewlineIsTwoChars
- java.lang.Object
-
- org.eclipse.epsilon.egl.output.ColumnCounterTests.CurrentColumnNumberTests
-
- org.eclipse.epsilon.egl.output.ColumnCounterTests.WhenNewlineIsTwoChars
-
- Enclosing class:
- ColumnCounterTests
public static class ColumnCounterTests.WhenNewlineIsTwoChars extends ColumnCounterTests.CurrentColumnNumberTests
-
-
Constructor Summary
Constructors Constructor Description WhenNewlineIsTwoChars()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getNewLine()
-
Methods inherited from class org.eclipse.epsilon.egl.output.ColumnCounterTests.CurrentColumnNumberTests
aTabShouldOccupyOneColumn, getCurrentColumnNumberFrom, shouldBeDeterminedFromText, shouldBeOneAfterSeveralBlankLines, shouldBeOneWhenThereIsNoText, shouldBeOneWhenThereIsNoTextOnTheCurrentLine, shouldCountNumberOfColumnsInLastLineAfterSeveralBlankLines, shouldNotIncludeTextOnLinesOtherThanTheLast
-
-
-
-
Method Detail
-
getNewLine
protected String getNewLine()
- Specified by:
getNewLine
in classColumnCounterTests.CurrentColumnNumberTests
-
-