Skip to content
Snippets Groups Projects
Unverified Commit d67e3900 authored by akwizgran's avatar akwizgran
Browse files

Removed placeholder tests.

Evidently this way of nagging myself to write tests doesn't work.
parent a9053808
No related branches found
No related tags found
No related merge requests found
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
}
}
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
}
}
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
}
}
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
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment