Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the Lorem faker #73

Merged
merged 11 commits into from
Oct 16, 2018
Merged

Added the Lorem faker #73

merged 11 commits into from
Oct 16, 2018

Conversation

mrstebo
Copy link
Owner

@mrstebo mrstebo commented Oct 15, 2018

This took a bit of work, and I have found that it is easier to make the Data static, so that we don't need to call A<IEnumerable<string>>.That.IsSameSequenceAs(Data.Words). Instead we can use the property directly: A.CallTo(() => _fakerContainer.Random.Assortment(LoremData.Words, 3))

@mrstebo mrstebo added the enhancement New feature or request label Oct 15, 2018
@mrstebo mrstebo added this to the v0.0.4 milestone Oct 15, 2018
@mrstebo mrstebo self-assigned this Oct 15, 2018
@mrstebo
Copy link
Owner Author

mrstebo commented Oct 16, 2018

FYI, I'll make another issue for adding the Question, Questions and ParagraphByChars methods.

@mrstebo mrstebo merged commit df15c80 into master Oct 16, 2018
@mrstebo mrstebo deleted the feature/lorem-faker branch October 16, 2018 07:44
@mrstebo
Copy link
Owner Author

mrstebo commented Oct 16, 2018

Resolved #39

@mrstebo mrstebo modified the milestones: v0.0.4, v0.0.3 Oct 16, 2018
@coveralls
Copy link

Pull Request Test Coverage Report for Build 67

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 63: 0.0%
Covered Lines: 301
Relevant Lines: 301

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 68

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 63: 0.0%
Covered Lines: 301
Relevant Lines: 301

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants