/
ZhnakinMA
/
VideoMessengerProject
Обзор
Документация
Войти
/
ZhnakinMA
/
VideoMessengerProject
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
app/src/test/java/com/example/videomessengerproject/ExampleUnitTest.kt
17 строк
357 B
ZhnakinMA
Первый коммит. Старт проекта.
24 окт 2024, 18:52
24 окт 2024, 18:52
a60cf00
Код
Авторство
О чём код?
package com.example.videomessengerproject 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) } }