Skip to content

coders-kitchen/JUnitRuleTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

This project is a example of a JUnit @Rule implementation.

It provides, via @DirectorySetup and @FileSetup annotations, the feasibility to generate a specific filestructure.

It is possible to setup a general environment, when using the annotations on testclass level.
It's also possible to setup a specific test environment for single methods.

Both ways are supported via the annotations, mentioned above.

About

The code for a tutorial for writing a JUnit rule.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages