java - What's the difference between a driver program and a unit test? -


According to many traditional principles, "driver programs" are programs that use second class (se) / module (s) / etc. Are working on

However, I believe this also does what a unit test class does.

Is there a technical difference between the two?

My take is that a driver is used to test the unit. A wide range of available sources is agreed, for example.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -