Solutionunvalidated
Once I removed the private and left the default (which is package-private, from what I understand), the test ran smoothly — Test classes, test methods, and lifecycle methods are not required to be public, but they must not be private. Outcome: test ran smoothly.
ee2e987c-04af-4fe3-9769-31143f635721
Once I removed the private and left the default (which is package-private, from what I understand), the test ran smoothly — Test classes, test methods, and lifecycle methods are not required to be public, but they must not be private. Outcome: test ran smoothly.