Sha256: da404cb08253f4d9633e48c186d943cd5efc1d2b808be5d3183eca36f3c09e5c

Contents?: true

Size: 398 Bytes

Versions: 5

Compression:

Stored size: 398 Bytes

Contents

package com.vuebly.commandly;

import org.junit.Test;

import static org.junit.Assert.*;

/**
 * Example local unit test, which will execute on the development machine (host).
 *
 * @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
 */
public class ExampleUnitTest {
    @Test
    public void addition_isCorrect() throws Exception {
        assertEquals(4, 2 + 2);
    }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commandly-0.2.2 templates/android/app/src/test/java/com/vuebly/commandly/ExampleUnitTest.java
commandly-0.2.1 templates/android/app/src/test/java/com/vuebly/commandly/ExampleUnitTest.java
commandly-0.2.0 templates/android/app/src/test/java/com/vuebly/commandly/ExampleUnitTest.java
commandly-0.1.2 templates/android/app/src/test/java/com/vuebly/commandly/ExampleUnitTest.java
commandly-0.1.1 templates/android/app/src/test/java/com/vuebly/commandly/ExampleUnitTest.java