Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

8 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages