/
alexm
/
Notes
Обзор
Документация
Войти
/
alexm
/
Notes
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
app/src/test/java/com/alex/notes/ExampleUnitTest.kt
17 строк
338 B
bolschoy
3.6
11 июн 2025, 18:12
11 июн 2025, 18:12
7c77f5d
Код
Авторство
О чём код?
package com.alex.notes 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) } }