org.testng.internal.VersionTemplateJava Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easymock Show documentation
Show all versions of easymock Show documentation
EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly
package org.testng.internal;
public class Version {
public static final String VERSION = "@version@";
public static void displayBanner() {
System.out.println("...\n... TestNG " + VERSION + " by Cédric Beust ([email protected])\n...\n");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy