Class TestStatusTaskHtmlRenderer


  • public class TestStatusTaskHtmlRenderer
    extends java.lang.Object
    Test the StatusTaskHtmlRenderer.
    Author:
    alexxismachine (Ulrich David)
    • Constructor Detail

      • TestStatusTaskHtmlRenderer

        public TestStatusTaskHtmlRenderer()
    • Method Detail

      • setUp

        public void setUp()
        Set up each test.
      • renderEmptyData

        public void renderEmptyData()
                             throws java.io.IOException
        Test rendering empty data creates empty result.
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderFirstLevel

        public void renderFirstLevel()
                              throws java.io.IOException
        Test rendering first level.
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderTwoLevels

        public void renderTwoLevels()
                             throws java.io.IOException
        Test rendering two levels.
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderLeafTask

        public void renderLeafTask()
                            throws java.io.IOException
        Test rendering LeafTask
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderLeafTaskInDirectoryTask

        public void renderLeafTaskInDirectoryTask()
                                           throws java.io.IOException
        Test rendering LeafTask in DirectoryTask
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderMultipleLeafTasks

        public void renderMultipleLeafTasks()
                                     throws java.io.IOException
        Test rendering multiple LeafTasks
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderLeafTaskAfterFolderTask

        public void renderLeafTaskAfterFolderTask()
                                           throws java.io.IOException
        Test rendering LeafTask after FolderTask building an intermediate heading.
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderAutocloseLeafTask

        public void renderAutocloseLeafTask()
                                     throws java.io.IOException
        Test rendering autoclose LeafTask.
        Throws:
        java.io.IOException - on io failure (never in test).
      • renderIgnoresWrongState

        public void renderIgnoresWrongState()
                                     throws java.io.IOException
        Test rendering ...
        Throws:
        java.io.IOException - on io failure (never in test).