public void testTryOperationsThrowsException() throws Exception
{
mockPullCoffee_.try_drinking_coffee(null, null);
controlPullCoffeeOperations_.setMatcher(MockControl.ALWAYS_MATCHER);
controlPullCoffeeOperations_.setThrowable(new TRANSIENT());
mockPullCoffee_.try_cancel_coffee(null);
controlPullCoffeeOperations_.setMatcher(new AbstractMatcher()
{
public boolean matches(Object[] arg0, Object[] arg1)