Class ResourceTest
java.lang.Object
com.reallifedeveloper.common.resource.ResourceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
parseUrl()
-
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
- Throws:
Exception
-
parseNullDate
@Test public void parseNullDate() -
parseMalformedDate
@Test public void parseMalformedDate() -
parseUrl
- 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()
-