Power Mock

来源:互联网 发布:android idk for mac 编辑:程序博客网 时间:2024/06/04 22:05

https://github.com/powermock/powermock/wiki


https://static.javadoc.io/org.mockito/mockito-core/2.4.2/org/mockito/Mockito.html


PowerMock

  • Getting Started
  • Downloads
  • Motivation
  • Common
    • Bypass Encapsulation
    • Suppress Unwanted Behavior
    • Test Listeners
    • Mock Policies
    • Mock system classes
  • EasyMock
    • Mock Static
    • Mock Final
    • Mock Private
    • Mock New
    • Mock Partial
    • Replay and verify all
  • Mockito
    • Mockito 2.0
    • Mockito 1.8+
    • Mockito 1.7
  • Robolectric
  • TestNG
  • Code coverage with JaCoCo
  • Delegate to another JUnit Runner
  • Tutorial
  • Experimental
    • Bootstrap using a JUnit Rule
    • Bootstrap using a Java Agent
  • OSGi
  • Release Notes
  • FAQ
  • Support
  • Contributors

0 0