Package org.openstack4j.openstack.common
Class TelemetryDateDeserializerTest
- java.lang.Object
-
- org.openstack4j.openstack.common.TelemetryDateDeserializerTest
-
public class TelemetryDateDeserializerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description TelemetryDateDeserializerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestLongDateFormatDeserialize()voidtestShortDateFormatDeserialize()
-
-
-
Method Detail
-
setup
@BeforeSuite public void setup()
-
testShortDateFormatDeserialize
public void testShortDateFormatDeserialize() throws com.fasterxml.jackson.core.JsonParseException, IOException, ParseException- Throws:
com.fasterxml.jackson.core.JsonParseExceptionIOExceptionParseException
-
testLongDateFormatDeserialize
public void testLongDateFormatDeserialize() throws com.fasterxml.jackson.core.JsonParseException, IOException, ParseException- Throws:
com.fasterxml.jackson.core.JsonParseExceptionIOExceptionParseException
-
-