2023-06-28 12:41:18 +05:30
|
|
|
package com.example.hpostesting
|
2023-02-03 14:54:16 +05:30
|
|
|
|
|
|
|
|
import org.junit.Test
|
2023-06-03 19:12:32 +05:30
|
|
|
import java.util.Date
|
2023-02-03 14:54:16 +05:30
|
|
|
|
|
|
|
|
class OtherTests {
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
|
fun uniqueId() {
|
|
|
|
|
val date = Date()
|
|
|
|
|
date.day
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|