
org.jlot.client.it.ProjectNameGenerator Maven / Gradle / Ivy
The newest version!
package org.jlot.client.it;
public class ProjectNameGenerator
{
static int count = 0;
public static String generateProjectName ( )
{
count++;
return "testproject" + count;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy