Class CamelTearDownRule

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

    @Deprecated
    public class CamelTearDownRule
    extends org.junit.rules.ExternalResource
    Deprecated.
    A JUnit rule to tear down Camel when using createCamelContextPerClass=true.
    • Method Detail

      • before

        protected void before()
                       throws Throwable
        Deprecated.
        Overrides:
        before in class org.junit.rules.ExternalResource
        Throws:
        Throwable
      • after

        protected void after()
        Deprecated.
        Overrides:
        after in class org.junit.rules.ExternalResource