Class ResourceTest

java.lang.Object
com.reallifedeveloper.common.resource.ResourceTest

public class ResourceTest extends Object
  • Constructor Details

    • ResourceTest

      public ResourceTest()
  • Method Details

    • handleErrorMethodNameNull

      @Test public void handleErrorMethodNameNull()
    • handleErrorOriginalExceptionNull

      @Test public void handleErrorOriginalExceptionNull()
    • handleErrorIllegalArgumentException

      @Test public void handleErrorIllegalArgumentException()
    • handleErrorFileNotFoundException

      @Test public void handleErrorFileNotFoundException()
    • handleErrorNullPointerException

      @Test public void handleErrorNullPointerException()
    • parseDate

      @Test public void parseDate() throws Exception
      Throws:
      Exception
    • parseNullDate

      @Test public void parseNullDate()
    • parseMalformedDate

      @Test public void parseMalformedDate()
    • parseUrl

      @Test public void parseUrl() throws Exception
      Throws:
      Exception
    • parseNullUrl

      @Test public void parseNullUrl()
    • parseMalformedUrl

      @Test public void parseMalformedUrl()
    • commaSeparatedStringToList

      @Test public void commaSeparatedStringToList()
    • commaSeparatedStringToListWithOnlyWhitespaceGivesEmptyList

      @Test public void commaSeparatedStringToListWithOnlyWhitespaceGivesEmptyList()
    • commaSeparatedStringToListWithOnlyCommaGivesEmptyList

      @Test public void commaSeparatedStringToListWithOnlyCommaGivesEmptyList()
    • nullCommaSeparatedStringToListGivesEmptyList

      @Test public void nullCommaSeparatedStringToListGivesEmptyList()