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 void
setUpBeforeClass()
static void
tearDownAfterClass()
void
testGetDate()
Test method forUtil.getDate(javax.xml.datatype.XMLGregorianCalendar)
.void
testGetGregorianDate()
Test method forUtil.getGregorianDate(java.util.Date)
.void
testGetGregorianDateNow()
Test method forUtil.getXMLGregorianCalendarNow()
.void
testIsURLLocation()
Test method forUtil.isURLLocation(java.lang.String)
.void
testMatchesAccordingSearchCriteria()
void
testNormalizePathName()
Test method forUtil.normalizePathName(java.lang.String)
.void
testRemoveWhitespaces()
Test method forUtil.removeWhitespaces(java.lang.String)
.void
testToCamelCase()
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()
-
-