Class UtilsTest
java.lang.Object
test.de.iip_ecosphere.platform.services.spring.UtilsTest
Tests
Utils.- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTestsUtils.addPropertyIfPositiveToInt(Map, String, Number, String).voidTestsUtils.addPropertyIfPositiveToMeBi(Map, String, Number, String).voidTestsUtils.formatToMeBi(long).voidTestsUtils.formatToMeBi(long).
-
Constructor Details
-
UtilsTest
public UtilsTest()
-
-
Method Details
-
testFormatToMeBi
public void testFormatToMeBi()TestsUtils.formatToMeBi(long). -
testFormatToMeBiBase
public void testFormatToMeBiBase()TestsUtils.formatToMeBi(long). -
testAddPropertiesInt
public void testAddPropertiesInt()TestsUtils.addPropertyIfPositiveToInt(Map, String, Number, String). -
testAddPropertiesMeBi
public void testAddPropertiesMeBi()TestsUtils.addPropertyIfPositiveToMeBi(Map, String, Number, String).
-