For some unknown reason, the paratemerization of the class was causing the test to be flake. JUnit5 can't be used here either because @Before (@BeforeEach on JUnit5) doesn't run before every paratemerization on a test
Pull Request template
Purpose / Description
Describe the problem or feature and motivation
Fixes
Fixes Link to the issues.
Approach
How does this change address the problem?
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration (SDK version(s), emulator or physical, etc)
Learning (optional, can help others)
Describe the research stage
Links to blog posts, patterns, libraries or addons used to solve this problem
Checklist
Please, go through these checks before submitting the PR.
[ ] You have not changed whitespace unnecessarily (it makes diffs hard to read)
[ ] You have a descriptive commit message with a short title (first line, max 50 chars).
[ ] Your code follows the style of the project (e.g. never omit braces in if statements)
[ ] You have commented your code, particularly in hard-to-understand areas
[ ] You have performed a self-review of your own code
[ ] UI changes: include screenshots of all affected screens (in particular showing any new or changed strings)
For some unknown reason, the paratemerization of the class was causing the test to be flake. JUnit5 can't be used here either because
@Before
(@BeforeEach
on JUnit5) doesn't run before every paratemerization on a testPull Request template
Purpose / Description
Describe the problem or feature and motivation
Fixes
Fixes Link to the issues.
Approach
How does this change address the problem?
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration (SDK version(s), emulator or physical, etc)
Learning (optional, can help others)
Describe the research stage
Links to blog posts, patterns, libraries or addons used to solve this problem
Checklist
Please, go through these checks before submitting the PR.
if
statements)