mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-12 19:21:17 +02:00
Add an option to debug builds to create fake test data
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package org.briarproject.briar.api.test;
|
||||
|
||||
import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
|
||||
|
||||
@NotNullByDefault
|
||||
public interface TestDataCreator {
|
||||
|
||||
/* Creates fake test data on the DatabaseExecutor */
|
||||
void createTestData();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user