-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Description
Has anyone some neat idea to re-organize test code?
I'd like to programmatically create it with https://github.com/AutoFixture/AutoFixture. Has anyone do it before?
I've also some more extreme idea, like porting test code to F# using https://github.com/mausch/Fuchu and https://code.google.com/p/unquote/.
(Maybe I'll start some experiment in a dev branch).
cc/ @mizipzor @nemec @gimmemoore
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
Select code repository
Activity
gsscoder commentedon Jul 12, 2015
I'm writing a small lib that could help: https://github.com/gsscoder/tagger.
Since no mocking library allow a simple attachment of attribute to mocked properties...