Searched refs:VALID_TIME_STRING (Results 1 – 1 of 1) sorted by relevance
32 private static final String VALID_TIME_STRING = "20190101T121314"; field in ObexTimeTest61 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect()89 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput()90 Assert.assertEquals("Timestamp as a string must match the input string", VALID_TIME_STRING, in printValidTime_TimestampMatchesInput()