Package example.atm.outcomes

Examples of example.atm.outcomes.ATMShouldRetainBankCard


    public void specifySteps() {
        given(new AccountIsOverOverdraftLimit());
        when(new UserRequestsCash());
        then(new ATMShouldRefuseCash());
        then(new ATMShouldRetainBankCard());
    }
View Full Code Here

TOP

Related Classes of example.atm.outcomes.ATMShouldRetainBankCard

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.