All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitlibraryGeneric.specify.ConcreteClassOne Maven / Gradle / Ivy

Go to download

FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.

The newest version!
/*
 * Copyright (c) 2006 Rick Mugridge, www.RimuResearch.com
 * Released under the terms of the GNU General Public License version 2 or later.
*/
package fitlibraryGeneric.specify;

public class ConcreteClassOne implements InterfaceType {
    private int count;
    
    public int getCount() {
        return count;
    }
    public void setCount(int count) {
        this.count = count;
    }   
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy