/
GreyStekl0
/
WeatherAppCompose
Обзор
Документация
Войти
/
GreyStekl0
/
WeatherAppCompose
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
app/src/test/java/com/example/weatherappcompose/ExampleUnitTest.kt
17 строк
353 B
Stekl0
first_commit
16 янв 2025, 09:22
16 янв 2025, 09:22
f78ca0f
Код
Авторство
О чём код?
package com.example.weatherappcompose 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) } }