Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Sep 12, 2017

I found it necessary to override Create() (e.g.):

public override AnObject Create()
{
    GenerateSomeRandomData();
    return base.Create();
}

Made other Filler methods virtual for the same reason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant