You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fixture/src/main/kotlin/com/appmattus/kotlinfixture/config/Configuration.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ import kotlin.reflect.KType
71
71
/**
72
72
* The [Configuration] for generating the current fixture. This is a combination of all previous configurations.
73
73
* @property repeatCount The length used for lists and maps.
74
+
* @property propertiesRepeatCount Overrides the length used for lists and maps on constructor parameters and mutable properties when generating instances of generic classes.
74
75
* @property properties Overrides for constructor parameters and mutable properties when generating instances of generic classes.
75
76
* @property factories Given instances for a particular class using a factory method.
76
77
* @property subTypes Superclass to subclass mapping for subtypes.
0 commit comments