English 中文(简体)
日美特人不能启动日美特大普朗辛试验。 为什么?
原标题:JUnit Could not launch the JUnit plug-in tests. why?

First time I am trying Junit and I am following below link: http://www.vogella.de/articles/JUnit/article.html

When I run my testClass as Run-As-> Junit Test. It says below thing. Please help me in figure it out.

Could not launch the JUnit plug-in tests because project  SalesTax 
 is not a plug-in project.

SalesTax: Is the Project Name enter image description here

最佳回答

我怀疑你确实创建了一个Eclipse jUnit Plugin试验发射配置,旨在操作Eclipse plugins jUnit检测(在某些 mo碎的lip片环境下)。

而是要建立一个简单支离破碎的发射配置。

问题回答

建议——指导。 教学法(三线)中的“MyClass 试验”类型。 证明你能够从事辅导工作。 回答有关辅导的任何问题。

一旦获得一个完整的榜样,即最终到年底(根据《章程》、你《日元试验守则》以及成功建立和实施至少一个日元测试,你就试图使你的“SalesTax”项目发挥作用。

问题:我假定你再次使用Eclipse,正确吗? Eclipse 3.7?

PS:

Here s another good tutorial:

http://www.ibm.com/developerwork/java/tutorials/j-junit4/





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签