![JAR search and dependency download from the Maven repository](/logo.png)
fitbook.UserCopy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fitlibrary Show documentation
Show all versions of fitlibrary Show documentation
FitLibrary provides general-purpose fixtures (and runners) for storytests with Fit and FitNesse.
The newest version!
/*
* @author Rick Mugridge 11/10/2004
* Copyright (c) 2004 Rick Mugridge, University of Auckland, NZ
* Released under the terms of the GNU General Public License version 2 or later.
*/
package fitbook;
/**
*
*/
public class UserCopy { //COPY:ALL
public String name; //COPY:ALL
//COPY:ALL
public UserCopy(String name) { //COPY:ALL
this.name = name; //COPY:ALL
} //COPY:ALL
} //COPY:ALL
© 2015 - 2025 Weber Informatics LLC | Privacy Policy