-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
`@CartesianTest.MethodFactory`-annotated methods can be non-static under certain circumstances, but the demo snippets showed non-static factory methods that didn't match these and were thus wrong. This change fixes that, which required moving the factory methods from non-static inner classes into the outer class. For conistency and to make things easier in the future, the same was done for all other snippets as well. The snippets were prepended with imports, which was incoherent when the snippets turned from classes to just methods. Hence the imports were removed as well, which has the eadded benefit of not having to maintain the imports and making the snippets shorter. Closes: #665 PR: #666
Showing
4 changed files
with
167 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.