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

Completed the four user stories #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Completed the four user stories #2

wants to merge 1 commit into from

Conversation

ThanosPapathanasiou
Copy link

The acceptance tests for the four user stories are located in the
ContentManagerTests file.
All other unit tests are found in the TextAnalyserTests.cs

I did not use Moq since the code was simple enough It wasn't needed.
The test took more than one hour to complete.

When executed the program does the following:

  1. Scans the text for the user
  2. Adds the word 'people' to the bad words list and scans the text again
  3. Shows the filtered text
  4. Removes 'people' from the bad words list and shows the filtered text
    again
  5. Shows the non-filtered text

The acceptance tests for the four user stories are located in the
ContentManagerTests file.
All other unit tests are found in the TextAnalyserTests.cs

I did not use Moq since the code was simple enough It wasn't needed.
The test took more than one hour to complete.

When executed the program does the following:
1. Scans the text for the user
2. Adds the word 'people' to the bad words list and scans the text again
3. Shows the filtered text
4. Removes 'people' from the bad words list and shows the filtered text
again
5. Shows the non-filtered text
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