Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プライベート メソッドがカスタム アノテーション実装でアノテーション付けされているクラスをテストしようとしています。これをMockitoでテストする方法はありますか? Mockito アノテーションを使用してアスペクト実装を挿入するにはどうすればよいですか?
公開クラス XYZ { @retryOnException(exception=Exception.class) プライベート ボイド doSomething() { }
ありがとう