/
akrilly
/
Firebase-Remote-Config
Обзор
Документация
Войти
/
akrilly
/
Firebase-Remote-Config
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
app/src/test/java/note/internship/firebasepetproject/ExampleUnitTest.kt
18 строк
344 B
Ясунов Владислав
Init commit
07 апр 2026, 16:29
07 апр 2026, 16:29
454e7eb
Код
Авторство
О чём код?
package note.internship.firebasepetproject 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) } }