public abstract static class ColumnCounterTests.CurrentColumnNumberTests extends Object
| Constructor and Description |
|---|
ColumnCounterTests.CurrentColumnNumberTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
aTabShouldOccupyOneColumn() |
protected int |
getCurrentColumnNumberFrom(String text) |
protected abstract String |
getNewLine() |
void |
shouldBeDeterminedFromText() |
void |
shouldBeOneAfterSeveralBlankLines() |
void |
shouldBeOneWhenThereIsNoText() |
void |
shouldBeOneWhenThereIsNoTextOnTheCurrentLine() |
void |
shouldCountNumberOfColumnsInLastLineAfterSeveralBlankLines() |
void |
shouldNotIncludeTextOnLinesOtherThanTheLast() |
public ColumnCounterTests.CurrentColumnNumberTests()
protected abstract String getNewLine()
public void shouldBeDeterminedFromText()
public void shouldBeOneWhenThereIsNoText()
public void shouldNotIncludeTextOnLinesOtherThanTheLast()
throws Exception
Exceptionpublic void shouldBeOneWhenThereIsNoTextOnTheCurrentLine()
public void shouldBeOneAfterSeveralBlankLines()
public void shouldCountNumberOfColumnsInLastLineAfterSeveralBlankLines()
public void aTabShouldOccupyOneColumn()
protected int getCurrentColumnNumberFrom(String text)
Copyright © 2016. All rights reserved.