9 lines
No EOL
192 B
Java
9 lines
No EOL
192 B
Java
package org.thoughtcrime.securesms.util;
|
|
|
|
import android.test.AndroidTestCase;
|
|
|
|
import static org.fest.assertions.api.Assertions.assertThat;
|
|
|
|
public class UtilTest extends AndroidTestCase {
|
|
|
|
} |