forked from External/mage
tests: improved testable dialogs (added source code ref in result table for better IDE navigation, part of #13643, #13638);
This commit is contained in:
parent
4f8eb30e4c
commit
d893d52190
21 changed files with 127 additions and 49 deletions
|
|
@ -12,8 +12,8 @@ public class MultiAmountTestableResult extends BaseTestableResult {
|
|||
|
||||
List<Integer> values = new ArrayList<>();
|
||||
|
||||
public void onFinish(boolean status, List<String> info, List<Integer> values) {
|
||||
this.onFinish(status, info);
|
||||
public void onFinish(String resDebugSource, boolean status, List<String> info, List<Integer> values) {
|
||||
this.onFinish(resDebugSource, status, info);
|
||||
this.values = values;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue