mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01: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