mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
15 lines
279 B
Java
15 lines
279 B
Java
package org.briarproject.identity;
|
|
|
|
import org.briarproject.BriarTestCase;
|
|
import org.junit.Test;
|
|
|
|
import static org.junit.Assert.fail;
|
|
|
|
public class IdentityManagerImplTest extends BriarTestCase {
|
|
|
|
@Test
|
|
public void testUnitTestsExist() {
|
|
fail(); // FIXME: Write tests
|
|
}
|
|
}
|