StubBuilder.java :  » IDE » IntelliJ » org » jmock » builder » Java Open Source

Java Open Source » IDE » IntelliJ 
IntelliJ » org » jmock » builder » StubBuilder.java
/*  Copyright (c) 2000-2004 jMock.org
 */
package org.jmock.builder;

import org.jmock.core.Stub;

/**
 * @since 1.0
 */
public interface StubBuilder extends IdentityBuilder
{
    IdentityBuilder will( Stub stubAction );

    IdentityBuilder isVoid();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.