Package 

Class InlineStaticMockMaker

  • All Implemented Interfaces:
    org.mockito.plugins.MockMaker

    
    public final class InlineStaticMockMaker
     implements MockMaker
                        

    Creates mock markers and adds stubbing hooks to static method

    This is done by transforming the byte code of the classes to add method entry hooks.

    • Constructor Detail

      • InlineStaticMockMaker

        InlineStaticMockMaker()
        Create a new mock maker.