Skip to content

Xinng/junit-team.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Future JUnit Website

Generating redirects to former JUnit 4 pages

gfind . -regex '.*.html' > ~/Desktop/FILES
while read i ; do mkdir -p "$(dirname "$i")"; done < ~/Desktop/FILES
while read i ; do cat license.html > $i; done < ~/Desktop/FILES

About

Future JUnit website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.4%
  • CSS 30.8%
  • Ruby 8.8%