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
@@ -161,5 +161,4 @@ The order will be preserved - the value setter of a given randomization rule wil
161
161
162
162
- We do not recommend using `complex randomizers` with abstract classes or interfaces.
163
163
While it is possible to make such a setup work, there may be some intricacies along the way.
164
-
The `AddRandomizationRule` and `OverrideRandomizationRule` methods are publicly exposed so extension methods can be extracted (or even inheritance will get the job done for some simple cases).
165
164
Another idea that is especially useful when dealing with many derived types that have behavioral but not structural differences, is to make the `complex randomizer` generic.
0 commit comments