- same(T) - Static method in class org.jmock.Expectations
-
- schedule(Runnable, long, TimeUnit) - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- ScriptedAction - Class in org.jmock.lib.script
-
- ScriptedAction(String) - Constructor for class org.jmock.lib.script.ScriptedAction
-
- sequence(String) - Method in class org.jmock.integration.junit3.MockObjectTestCase
-
Returns a new sequence that is used to constrain the order in which
expectations can occur.
- sequence(String) - Method in class org.jmock.Mockery
-
Returns a new sequence that is used to constrain the order in which
expectations can occur.
- Sequence - Interface in org.jmock
-
A sequence of expectations; invocations can be constrained to occur in a strict
order defined by a sequence.
- setDefaultResultForType(Class<?>, Object) - Method in class org.jmock.integration.junit3.MockObjectTestCase
-
Sets the result returned for the given type when no return value has been explicitly
specified in the expectation.
- setDefaultResultForType(Class<?>, Object) - Method in class org.jmock.Mockery
-
Sets the result returned for the given type when no return value has been explicitly
specified in the expectation.
- setExpectationErrorTranslator(ExpectationErrorTranslator) - Method in class org.jmock.Mockery
-
Changes the expectation error translator used to translate expectation
errors into errors that report test failures.
- setImposteriser(Imposteriser) - Method in class org.jmock.integration.junit3.MockObjectTestCase
-
Changes the imposteriser used to adapt mock objects to the mocked type.
- setImposteriser(Imposteriser) - Method in class org.jmock.Mockery
-
Changes the imposteriser used to adapt mock objects to the mocked type.
- setNamingScheme(MockObjectNamingScheme) - Method in class org.jmock.integration.junit3.MockObjectTestCase
-
Changes the naming scheme used to generate names for mock objects that
have not been explicitly named in the test.
- setNamingScheme(MockObjectNamingScheme) - Method in class org.jmock.Mockery
-
Changes the naming scheme used to generate names for mock objects that
have not been explicitly named in the test.
- shutdown() - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- shutdownNow() - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- startsAs(String) - Method in interface org.jmock.States
-
Put the state machine into state initialState.
- states(String) - Method in class org.jmock.integration.junit3.MockObjectTestCase
-
Returns a new state machine that is used to constrain the order in which
expectations can occur.
- states(String) - Method in class org.jmock.Mockery
-
Returns a new state machine that is used to constrain the order in which
expectations can occur.
- States - Interface in org.jmock
-
A state machine that is used to constrain the order of invocations.
- StatesClause - Interface in org.jmock.syntax
-
- submit(Callable<T>) - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- submit(Runnable) - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-
- submit(Runnable, T) - Method in class org.jmock.lib.concurrent.DeterministicScheduler
-