Class DocumentationResourceTest

java.lang.Object
com.reallifedeveloper.common.resource.documentation.DocumentationResourceTest

public class DocumentationResourceTest extends Object
  • Constructor Details

    • DocumentationResourceTest

      public DocumentationResourceTest()
  • Method Details

    • init

      @BeforeEach public void init() throws Exception
      Throws:
      Exception
    • getDocumentationDefaultDocument

      @Test public void getDocumentationDefaultDocument()
    • getDocumentationDefaultDocumentDoesNotExist

      @Test public void getDocumentationDefaultDocumentDoesNotExist()
    • getDocumentationNamedDocument

      @Test public void getDocumentationNamedDocument()
    • getDocumentationNamedBinaryDocument

      @Test public void getDocumentationNamedBinaryDocument() throws Exception
      Throws:
      Exception
    • getDocumentationNamedDocumentDoesNotExist

      @Test public void getDocumentationNamedDocumentDoesNotExist()
    • redirect

      @Test public void redirect()
    • constructorNonExistingResourceDir

      @Test public void constructorNonExistingResourceDir()
    • constructorNullResourceDir

      @Test public void constructorNullResourceDir()
    • constructorNullHtmlProducer

      @Test public void constructorNullHtmlProducer()