Class PayPalRule

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class PayPalRule
    extends AbstractPayPalJUnit
    implements org.junit.rules.TestRule
    TestRule to mock PayPalHttpClient interaction.
    Author:
    Daniel Sagenschneider
    • Constructor Detail

      • PayPalRule

        public PayPalRule()
    • Method Detail

      • apply

        public org.junit.runners.model.Statement apply​(org.junit.runners.model.Statement base,
                                                       org.junit.runner.Description description)
        Specified by:
        apply in interface org.junit.rules.TestRule