blob: 868b3efdbbc37c2325e98dc538bb87de155a66b8 [file] [log] [blame]
Franz Geigerf998afe2017-08-23 12:48:13 +02001package com.fairphone.cameraswapinfo;
2
3import org.junit.Test;
4
5import static org.junit.Assert.*;
6
7/**
8 * Example local unit test, which will execute on the development machine (host).
9 *
10 * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
11 */
12public class ExampleUnitTest {
13 @Test
14 public void addition_isCorrect() throws Exception {
15 assertEquals(4, 2 + 2);
16 }
17}