Examples of IcndbModel


Examples of de.chucknorris.client.chucknorristrayicon.model.IcndbModel

    public void setUp(){
        this.controller = new IcndbController();
        ArrayList<String> list = new ArrayList<String>();
        list.add("nerdy");
        list.add("chuck norris");
        this.model = new IcndbModel(452l, IcndbModel.SUCCESS, JOKE, list);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.