Skip to content

Is there a similar feature of autofixture build with? #66

@peterhe2000

Description

@peterhe2000

I hope to build a test model with a field from me using jFixture.
I could do this in autofixture.
var directDebitModel = _fixture.Build<DirectDebitModel>() .With(a => a.BSB, 'MyBSB') .Create();

Is there something similar in JFixture?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions