Skip to content

Commit ad6fbf8

Browse files
committed
Add empty test
1 parent c964531 commit ad6fbf8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
package org.florescu.android.rangeseekbar;
22

3+
import org.junit.Test;
34
import org.junit.runner.RunWith;
45
import org.robolectric.RobolectricTestRunner;
56
import org.robolectric.annotation.Config;
67

8+
import static org.assertj.core.api.Assertions.assertThat;
9+
710
@RunWith(RobolectricTestRunner.class)
811
@Config(constants = BuildConfig.class, sdk = 21)
912
public class RangeSeekBarTest {
1013

11-
14+
@Test
15+
public void emptyTest() {
16+
// TODO
17+
assertThat(true).isTrue();
18+
}
1219
}

0 commit comments

Comments
 (0)