@UnitTest public class ASCIITableReportTest extends java.lang.Object
| Constructor and Description |
|---|
ASCIITableReportTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldAllowToDisableAndEnableRowTitleOnTheSameBuilderInstance() |
void |
shouldAllowToPutSameTopHeadersForManyCollumns() |
void |
shouldAllowToPutSameValuesForManyCollumns() |
void |
shouldNotPrintTableWhenNoDataIsSpecified() |
void |
shouldPrintTableWithoutRowTitlesEvenIfTheyAreSetExplicite() |
void |
shouldPrintTableWithoutTopColumnHeaders() |
void |
shouldPrintTableWithoutTopColumnHeadersButWithRowTitles() |
public void shouldAllowToPutSameValuesForManyCollumns()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldAllowToPutSameTopHeadersForManyCollumns()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldPrintTableWithoutRowTitlesEvenIfTheyAreSetExplicite()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldPrintTableWithoutTopColumnHeaders()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldPrintTableWithoutTopColumnHeadersButWithRowTitles()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldAllowToDisableAndEnableRowTitleOnTheSameBuilderInstance()
throws java.lang.Exception
java.lang.Exceptionpublic void shouldNotPrintTableWhenNoDataIsSpecified()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.