/
tuca
/
Gallery
Обзор
Документация
Войти
/
tuca
/
Gallery
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
app/src/test/java/com/dot/gallery/ExampleUnitTest.kt
17 строк
339 B
IacobIonut01
Initial push
15 мар 2023, 13:42
15 мар 2023, 13:42
977f7ff
Код
Авторство
О чём код?
package com.dot.gallery 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) } }