mockspresso-core / com.episode6.hackit.mockspresso.junit

Package com.episode6.hackit.mockspresso.junit

Types

MethodRuleChain

open class MethodRuleChain : MethodRule

Similar to java's org.junit.rules.RuleChain except that it is implemented via a MethodRule instead of a TestRule, and it supports both MethodRules and TestRules (but not ClassRules) Currently this isn't directly tied to Mockspresso, so I may pull this out and move to its own library.

MethodRules

open class MethodRules

Utility methods for Method Rules