Added placeholder for MessageQueueManagerImpl tests.

This commit is contained in:
akwizgran
2016-03-08 16:28:31 +00:00
parent efa06527c9
commit 9e40d0be16

View File

@@ -0,0 +1,14 @@
package org.briarproject.clients;
import org.briarproject.BriarTestCase;
import org.junit.Test;
import static org.junit.Assert.fail;
public class MessageQueueManagerImplTest extends BriarTestCase {
@Test
public void testUnitTestsExist() {
fail(); // FIXME: Write tests
}
}