feat: доработка API
This commit is contained in:
parent
dd7109786e
commit
40a2a755a8
20 changed files with 391 additions and 68 deletions
|
@ -3,6 +3,7 @@ package ru.nm17.narodmon
|
|||
import org.junit.Test
|
||||
|
||||
import org.junit.Assert.*
|
||||
import java.net.URL
|
||||
|
||||
/**
|
||||
* Example local unit test, which will execute on the development machine (host).
|
||||
|
@ -13,5 +14,6 @@ class ExampleUnitTest {
|
|||
@Test
|
||||
fun addition_isCorrect() {
|
||||
assertEquals(4, 2 + 2)
|
||||
URL("https://tile.openstreetmap.org/${zoom}/${row}/${col}").openStream()
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue