JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.jmock.syntax
StatesClause
Contents
Description
Method Summary
Method Details
is(String)
isNot(String)
Hide sidebar
Show sidebar
Interface StatesClause
All Known Subinterfaces:
States
All Known Implementing Classes:
StateMachine
public interface
StatesClause
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
State
is
(
String
name)
StatePredicate
isNot
(
String
name)
Method Details
is
State
is
(
String
name)
isNot
StatePredicate
isNot
(
String
name)