Hi, I tried to mock Arrays.sort with your new mockStatic function: try (MockedStatic mock = mockStatic(Arrays.class)) { int[] ints = new ...
確定! 回上一頁