Class ToolTests
java.lang.Object
test.de.iip_ecosphere.platform.support.aas.basyx2.ToolTests
Tests
Tools.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests short id checks.voidTests URN checks.voidTests translating calendar data forth and back.voidTests translating date data forth and back.voidTests the translate identifier function.voidTestsTools.translateReference(String).
-
Constructor Details
-
ToolTests
public ToolTests()
-
-
Method Details
-
testCheckId
public void testCheckId()Tests short id checks. -
testCheckUrn
public void testCheckUrn()Tests URN checks. -
testTranslateIdentifier
public void testTranslateIdentifier()Tests the translate identifier function. -
testTranslateReference
public void testTranslateReference()TestsTools.translateReference(String). -
testTranslateDataCalendar
public void testTranslateDataCalendar()Tests translating calendar data forth and back. -
testTranslateDataCalendarDate
public void testTranslateDataCalendarDate()Tests translating date data forth and back.
-