Skip to content

Vergil333/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example presents simple logging with log4j in parallel tests.
As you can see, the logger is not blocked by any test and logs the message immediately.

log4j configuration is in log4j.properties file.

There are 2 options to run tests parallel:

  1. By ParallelComputer class of JUnit (experimental) - which I used in this example
  2. By Surefire plugin

For more about parallel testing click here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages