Package org.zkoss.zats.junit


package org.zkoss.zats.junit
  • Classes
    Class
    Description
    A TestRule implementing ExternalResource automatically creating and destroying a new Zats Client instance.
    Used with Rule this will provide a pluggable alternative to separate methods annotated with Before and After
    A TestRule implementing ExternalResource creating and destroying a ZatsEnvironment.
    Used with ClassRule it provides a pluggable alternative to separate static methods annotated with BeforeClass and AfterClass

    Also see: dzone.com/articles/junit-49-class-and-suite-level-rules