mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Remove createTestData()
This commit is contained in:
@@ -5,11 +5,8 @@ import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
|
||||
@NotNullByDefault
|
||||
public interface TestDataCreator {
|
||||
|
||||
/* Creates fake test data on the DatabaseExecutor */
|
||||
void createTestData();
|
||||
|
||||
/**
|
||||
* Creates a configurable amount of fake test data on the DatabaseExecutor
|
||||
* Create fake test data on the DatabaseExecutor
|
||||
*
|
||||
* @param numContacts Number of contacts to create.
|
||||
* @param numPrivateMsgs Number of private messages to create for each
|
||||
|
||||
Reference in New Issue
Block a user