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 } }