What version of JUnit, again?
От | David Ventimiglia |
---|---|
Тема | What version of JUnit, again? |
Дата | |
Msg-id | CALaE=t_vKsivaYjA32pY4-NYObrh-J5EOztTJGvARafZA26HaA@mail.gmail.com обсуждение исходный текст |
Ответы |
Re: What version of JUnit, again?
|
Список | pgsql-jdbc |
Hi,
I'm a little confused as to what version of JUnit I'm supposed to be using in order to build/test the Postgresql JDBC driver. This page says that "JUnit at least 3.7 is needed."
http://jdbc.postgresql.org/development/development.html
But, there's a big between JUnit 3.8 and earlier and JUnit 4. The former has components in packages junit.framework while the latter has components in org.junit and so test that directly import on or the other of those packages are sensitive to the version of JUnit you're using.I'm a little confused as to what version of JUnit I'm supposed to be using in order to build/test the Postgresql JDBC driver. This page says that "JUnit at least 3.7 is needed."
http://jdbc.postgresql.org/development/development.html
<artifact:dependencies pathId="dependency.classpath" useScope="test">
<dependency groupId="junit" artifactId="junit" version="3.8.2" scope="test"/>
</artifact:dependencies>
Best,
David Ventimiglia
В списке pgsql-jdbc по дате отправления: