FlexTradeUKLtd / jfixture

JFixture is an open source library based on the popular .NET library, AutoFixture
MIT License
105 stars 22 forks source link

Don't initialise static fields marked @Fixture #6

Closed richkeenan closed 9 years ago

richkeenan commented 9 years ago

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.

richkeenan commented 9 years ago

Completed by @philipwhiuk with PR #8