Replace QProcessMetaData.addStep and addOptionalStep with .withStep and .withOptionalStep

This commit is contained in:
2025-07-14 20:03:29 -05:00
parent fc4b34306f
commit 80e1d8143c
21 changed files with 62 additions and 62 deletions

View File

@ -169,7 +169,7 @@ public class TestUtils
return new QProcessMetaData()
.withName("greet")
.withTableName("person")
.addStep(new QBackendStepMetaData()
.withStep(new QBackendStepMetaData()
.withName("prepare")
.withCode(new QCodeReference()
.withName(MockBackendStep.class.getName())