Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
0aeac6bd
Commit
0aeac6bd
authored
3 years ago
by
Sebastian
Browse files
Options
Downloads
Patches
Plain Diff
Improve formatting of KDoc in DeterministicTestDataCreator
parent
47bce567
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!50
Improve formatting of KDoc in DeterministicTestDataCreator
Pipeline
#8392
passed
3 years ago
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/kotlin/org/briarproject/briar/desktop/testdata/DeterministicTestDataCreator.kt
+3
-4
3 additions, 4 deletions
...ct/briar/desktop/testdata/DeterministicTestDataCreator.kt
with
3 additions
and
4 deletions
src/test/kotlin/org/briarproject/briar/desktop/testdata/DeterministicTestDataCreator.kt
+
3
−
4
View file @
0aeac6bd
...
...
@@ -9,10 +9,9 @@ interface DeterministicTestDataCreator {
* Create fake test data on the IoExecutor
*
* @param numContacts Number of contacts to create. Must be >= 1
* @param numPrivateMsgs Number of private messages to create for each
* contact.
* @param avatarPercent Percentage of contacts
* that will use a random profile image. Between 0 and 100.
* @param numPrivateMsgs Number of private messages to create for each contact.
* @param avatarPercent Percentage of contacts that will use a random profile image.
* Between 0 and 100.
* @param numPrivateGroups Number of private groups to create. Must be >= 1
* @param numPrivateGroupPosts Number of private group messages to create in each group
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment