Run hooks when messages are validated.

This commit is contained in:
akwizgran
2016-02-05 12:08:48 +00:00
parent d75c51ec74
commit 741571bdb8
3 changed files with 34 additions and 0 deletions

View File

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