mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
15 lines
275 B
Java
15 lines
275 B
Java
package org.briarproject.transport;
|
|
|
|
import org.briarproject.BriarTestCase;
|
|
import org.junit.Test;
|
|
|
|
import static org.junit.Assert.fail;
|
|
|
|
public class KeyManagerImplTest extends BriarTestCase {
|
|
|
|
@Test
|
|
public void testUnitTestsExist() {
|
|
fail(); // FIXME: Write tests
|
|
}
|
|
}
|