Package fi.tut.mei.resdescapi.util
Class UtilTest
- java.lang.Object
-
- fi.tut.mei.resdescapi.util.UtilTest
-
public class UtilTest extends Object
- Author:
- Niko Siltala
-
-
Constructor Summary
Constructors Constructor Description UtilTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidsetUpBeforeClass()static voidtearDownAfterClass()voidtestGetDate()Test method forUtil.getDate(javax.xml.datatype.XMLGregorianCalendar).voidtestGetGregorianDate()Test method forUtil.getGregorianDate(java.util.Date).voidtestGetGregorianDateNow()Test method forUtil.getXMLGregorianCalendarNow().voidtestIsURLLocation()Test method forUtil.isURLLocation(java.lang.String).voidtestMatchesAccordingSearchCriteria()voidtestNormalizePathName()Test method forUtil.normalizePathName(java.lang.String).voidtestRemoveWhitespaces()Test method forUtil.removeWhitespaces(java.lang.String).voidtestToCamelCase()Test method forUtil.toCamelCase(java.lang.String).
-
-
-
Method Detail
-
testGetGregorianDateNow
public void testGetGregorianDateNow()
Test method forUtil.getXMLGregorianCalendarNow().
-
testGetGregorianDate
public void testGetGregorianDate()
Test method forUtil.getGregorianDate(java.util.Date).
-
testGetDate
public void testGetDate()
Test method forUtil.getDate(javax.xml.datatype.XMLGregorianCalendar).
-
testIsURLLocation
public void testIsURLLocation()
Test method forUtil.isURLLocation(java.lang.String).
-
testNormalizePathName
public void testNormalizePathName()
Test method forUtil.normalizePathName(java.lang.String).
-
testRemoveWhitespaces
public void testRemoveWhitespaces()
Test method forUtil.removeWhitespaces(java.lang.String).
-
testToCamelCase
public void testToCamelCase()
Test method forUtil.toCamelCase(java.lang.String).
-
testMatchesAccordingSearchCriteria
public void testMatchesAccordingSearchCriteria()
-
-