Skip to content

wokier/notify-test-progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notify-test-progress

Notify Junit Test Progress

Based on https://github.com/wokier/java-to-OS-notify

Usage

  <dependency>
    <groupId>com.github.wokier.notify-test-progress</groupId>
    <artifactId>notify-test-progress</artifactId>
    <version>0.1</version>
  </dependency>
@Rule
public TestRule progress = new NotifyTestProgressRule();

For maven, Surefire must be configured in useSystemClassLoader = false mode to scan correctly the test methods


Release Notes

  • 30/10/2014 v0.1 Rule

About

Notify JUnit Test Progress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages