How did you run the tests? In Eclipse or IntelliJ IDEA? Seems you need to rebuild the project first and then run GoogleBookListCodeHostTest
Thanks, Jian On Sep 16, 4:38 am, WinWin <[email protected]> wrote: > Hi, > > I tried to copy the sample codes posted for data driven testing as > below, > - GoogleBookListModule.groovy > - GoogleCodeHostingModule.groovy > - GoogleBookListCodeHostTest.groovy > > Then, I tried to run the GoogleBookListCodeHostTest as JUnit test but > below error is returned: > > Class not found GoogleBookListCodeHostTest > java.lang.ClassNotFoundException: GoogleBookListCodeHostTest > at java.net.URLClassLoader$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClass > (RemoteTestRunner.java:693) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClasses > (RemoteTestRunner.java:429) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests > (RemoteTestRunner.java:452) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests > (RemoteTestRunner.java:683) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run > (RemoteTestRunner.java:390) > at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main > (RemoteTestRunner.java:197) > > Please guide. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
