FlexTradeUKLtd / jfixture

JFixture is an open source library based on the popular .NET library, AutoFixture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't initialise static fields marked @Fixture

richkeenan opened this issue · comments

It causes problems when running multiple tests in a single class.

We should modify the FixtureAnnotations class to check if the field is marked static in the same way we do for final fields.

Completed by @philipwhiuk with PR #8