mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 22:59:54 +01:00
Merge branch 'remove-placeholder-tests' into 'master'
Remove placeholder tests See merge request !491
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
package org.briarproject.bramble.properties;
|
|
||||||
|
|
||||||
import org.briarproject.bramble.test.BrambleTestCase;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import static org.junit.Assert.fail;
|
|
||||||
|
|
||||||
public class TransportPropertyManagerImplTest extends BrambleTestCase {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testUnitTestsExist() {
|
|
||||||
fail(); // FIXME: Write tests
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
package org.briarproject.briar.forum;
|
|
||||||
|
|
||||||
import org.briarproject.briar.test.BriarTestCase;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import static org.junit.Assert.fail;
|
|
||||||
|
|
||||||
public class ForumManagerImplTest extends BriarTestCase {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testUnitTestsExist() {
|
|
||||||
fail(); // FIXME: Write tests
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
package org.briarproject.briar.messaging;
|
|
||||||
|
|
||||||
import org.briarproject.briar.test.BriarTestCase;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import static org.junit.Assert.fail;
|
|
||||||
|
|
||||||
public class MessagingManagerImplTest extends BriarTestCase {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testUnitTestsExist() {
|
|
||||||
fail(); // FIXME: Write tests
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
package org.briarproject.briar.sharing;
|
|
||||||
|
|
||||||
import org.briarproject.briar.test.BriarTestCase;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import static org.junit.Assert.fail;
|
|
||||||
|
|
||||||
public class SharingManagerImplTest extends BriarTestCase {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testUnitTestsExist() {
|
|
||||||
fail(); // FIXME: Write tests
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user