Class ASCIITableReportTest

java.lang.Object
de.hybris.platform.util.ASCIITableReportTest

@UnitTest public class ASCIITableReportTest extends Object
  • Constructor Details

    • ASCIITableReportTest

      public ASCIITableReportTest()
  • Method Details

    • shouldAllowToPutSameValuesForManyCollumns

      public void shouldAllowToPutSameValuesForManyCollumns() throws Exception
      Throws:
      Exception
    • shouldAllowToPutSameTopHeadersForManyCollumns

      public void shouldAllowToPutSameTopHeadersForManyCollumns() throws Exception
      Throws:
      Exception
    • shouldPrintTableWithoutRowTitlesEvenIfTheyAreSetExplicite

      public void shouldPrintTableWithoutRowTitlesEvenIfTheyAreSetExplicite() throws Exception
      Throws:
      Exception
    • shouldPrintTableWithoutTopColumnHeaders

      public void shouldPrintTableWithoutTopColumnHeaders() throws Exception
      Throws:
      Exception
    • shouldPrintTableWithoutTopColumnHeadersButWithRowTitles

      public void shouldPrintTableWithoutTopColumnHeadersButWithRowTitles() throws Exception
      Throws:
      Exception
    • shouldAllowToDisableAndEnableRowTitleOnTheSameBuilderInstance

      public void shouldAllowToDisableAndEnableRowTitleOnTheSameBuilderInstance() throws Exception
      Throws:
      Exception
    • shouldNotPrintTableWhenNoDataIsSpecified

      public void shouldNotPrintTableWhenNoDataIsSpecified() throws Exception
      Throws:
      Exception