您可以通過將@ExtendWith(MockitoExtension.class)添加到測試類並使用@Mock註釋模擬字段來應用擴展。來自MockitoExtension的JavaDoc:
確定! 回上一頁