You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since AutoDataAttribute has a dependency on the test framework (NUnit, XUnit, etc.), I have not included the subclass AutoSitecoreAttribute in the package, requiring users to install one of the AutoFixture secondary packages (like AutoFixture.XUnit2, AutoFixture.NUnit3, etc.) and then write an attribute by hand. It probably makes more sense to create an AutoSitecore package for all of the AutoFixture subpackages:
AutoSitecore.Xunit2
AutoSitecore.Xunit
AutoSitecore.NUnit
AutoSitecore.NUnit3
The text was updated successfully, but these errors were encountered:
Since AutoDataAttribute has a dependency on the test framework (NUnit, XUnit, etc.), I have not included the subclass AutoSitecoreAttribute in the package, requiring users to install one of the AutoFixture secondary packages (like AutoFixture.XUnit2, AutoFixture.NUnit3, etc.) and then write an attribute by hand. It probably makes more sense to create an AutoSitecore package for all of the AutoFixture subpackages:
The text was updated successfully, but these errors were encountered: