e.g.,
let checkerArgs = CheckerArguments(replay: .none, maxAllowableSuccessfulTests: 200,
maxAllowableDiscardedTests: 0, maxTestCaseSize: 1000)
i've tried a bunch of different values for maxAllowableSuccessfulTests and maxTestCaseSize yet my property body only runs once when the defaults are overridden.