となります。 EDU.oswego.cs.dl..... は
jboss-seam-2.0.0.GA/lib/test/thirdparty-all.jar にありますので、多分、
lib/test/*.jarをclasspathに通しておけば良いと思い、これらのファイルをlibにコピー
してみましたが、うまくゆきません。
: : :
[testng] FAILED CONFIGURATION: @BeforeClass init
[testng] java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig
seam-2.0.0.GAのseam-genでtestNG環境を正しく作る方法をご存知の方、教えてください。
宜しくお願いします。
_______________________________________________
Japan-jbug-seam mailing list
Japan-j...@lists.sourceforge.jp
http://lists.sourceforge.jp/mailman/listinfo/japan-jbug-seam
====================================================================
If you want to run tests using the Eclipse TestNG plugin,
you'll need to add these jars to the top of your TestNG classpath.
Using the Run Dialog, select xml suite to run,
and add /lib/test/jboss-embedded-all.jar,
/lib/test/hibernate-all.jar,
/lib/test/thirdparty-all.jar,
/lib/embedded-api.jar, <--- /lib/jboss-embedded-all.jar ??
/lib/jboss-deployers.jar
and /bootstrap
as the first entries in the User classpath.
To add tests to your project create a TestNG xml descriptor called
*Test.xml e.g. FooTest.xml next to your test classes and run ant test.
=====================================================================