Skip to content

Commit

Permalink
Added note for @BeforeClass and @ClassRule
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid committed May 10, 2014
1 parent e40e5df commit 91fc8ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Motivation and distinction
> Therefore, I decided to disallow a ```@DataProvider``` instance methods that nobody using junit-dataprovider
> believes accessing data of a test class instance is possible.
*Note*: Even ```@BeforeClass``` and ```@ClassRule``` are not executed before the static ```@DataProvider``` method
because (validation and) filtering of test methods is done immediately after creation of ```DataProviderRunner``` :-(


Requirements
-----------
Expand Down

0 comments on commit 91fc8ef

Please sign in to comment.