/
DevMaster
/
WeatherKotlin
Обзор
Документация
Войти
/
DevMaster
/
WeatherKotlin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
app/src/test/java/com/example/weatherkotlin/ExampleUnitTest.kt
17 строк
349 B
Oleg Kulichkov
first commit
22 окт 2023, 23:54
22 окт 2023, 23:54
2ed52e1
Код
Авторство
О чём код?
package com.example.weatherkotlin import org.junit.Test import org.junit.Assert.* /** * Example local unit test, which will execute on the development machine (host). * * See [testing documentation](http://d.android.com/tools/testing). */ class ExampleUnitTest { @Test fun addition_isCorrect() { assertEquals(4, 2 + 2) } }