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.
PowerMockito には verifyStatic および verifyPrive メソッドがありますが、verifyFinal はありません。PowerMockito で最終的なメソッド呼び出しを検証することは可能ですか?
よろしく、ユージーン。
OK、検証対象のクラスを PrepareForTest に追加してから、通常の Mockito.verify を使用するだけで十分なようです。