import org.apache.ivyde.test.launch.dependency.HelloworldGetter;
public class Test {
public static void main(String[] args) {
HelloworldGetter helloworldGetter = new HelloworldGetter();
System.out.println(helloworldGetter.get());
try {
Class.forName("junit.framework.Assert");
System.out.println("junit.framework.Assert found : KO");
} catch (ClassNotFoundException e) {
System.out.println("junit.framework.Assert not found : OK");