Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

exoego/JUnit-Conditional

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JUnit-Conditional

Adds conditional-run (or conditional-skip) to JUnit. Inspired and many codes borrowed from junit-ext.

Available

  • @RunIf
  • @RunIfOs
  • @RunIfSocketOpened
  • @RunIfURLReachable

Future plan

  • @RunIfFileExist
  • @IgnoreIf~ (reverse of @RunIf~s)
  • @RunAfter(date)/@IgnoreUntil(date)

About

Various conditional-run (or -skip) facilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages