Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
1 answer
1k views

PowerMockito - Whitebox Get Constructor of inner class with int[] parameter

As the title mentions, I'm using PowerMockito to test a class that contains an inner private class. The inner class has a constructor that has an 'int[]' parameter. Below is the code. final Class ...
user3050101's user avatar