Skip to content

FranciscoBorges/junit3ToJunit4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Convert JUnit3 code into JUnit4

Script is not perfect, but it goes a long way towards dealing with the most common problems.

Does not address calls to

junit.framework.TestSuite.addTestSuite(clazz);

for these you need to use @RunWith(Suite.class).

About

Shell code to migrate Java sources from JUnit3 to JUnit4.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published