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

Commits on Jun 23, 2015

  1. Completed the four user stories

    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
    ThanosPapathanasiou committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    144c13c View commit details
    Browse the repository at this point in the history