Commit b1c567d
kopysov
Fix logic randomChoice() for WeightedSwitchController
- Changed the method name to randomChoice()
- The method now takes a boolean value
- Add javaDoc for method randomChoice()1 parent d54f0ff commit b1c567d
File tree
2 files changed
+13
-3
lines changed- jmeter-java-dsl/src
- main/java/us/abstracta/jmeter/javadsl/core/controllers
- test/java/us/abstracta/jmeter/javadsl/core/controllers
2 files changed
+13
-3
lines changedLines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
86 | 96 | | |
87 | 97 | | |
88 | 98 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments