Class GreenMailRule

  • All Implemented Interfaces:
    GreenMailOperations, MethodRule, TestRule

    @Deprecated
    public class GreenMailRule
    extends GreenMailProxy
    implements MethodRule, TestRule
    Deprecated.
    Use com.icegreen.greenmail.junit4.GreenMailRule of module greenmail-junit4. Will be removed in GreenMail 2.0 .
    GreenMail JUnit 4 rule for hooking GreenMail into test lifecycle (startup GreenMail, shutdown GreenMail).

    The rule ensures that each test method starts with a clean GreenMail instance without relics from previous tests of current suite.