//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Test public void testDateTimeWithPrecedingNotInLinedLong() public virtual void TestDateTimeWithPrecedingNotInLinedLong() { TestDateTypeWithPrecedingNotInLinedLong(DateTimeValue.datetime(DateValue.parse("2018-04-01"), LocalTimeValue.parse("01:02:03"), ZoneId.of("Europe/Stockholm"))); }
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes: //ORIGINAL LINE: @Test public void testLocalTimeWithPrecedingNotInLinedLong() public virtual void TestLocalTimeWithPrecedingNotInLinedLong() { TestDateTypeWithPrecedingNotInLinedLong(LocalTimeValue.parse("13:45:02")); }