Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • amot
  • parabix-devel
  • Wiki
  • TDD Examples

TDD Examples · Changes

Page history
Create TDD Examples authored Oct 09, 2021 by jmateo's avatar jmateo
Hide whitespace changes
Inline Side-by-side
Showing with 18 additions and 0 deletions
+18 -0
  • TDD-Examples.md TDD-Examples.md +18 -0
  • No files found.
TDD-Examples.md 0 → 100644
View page @ 7deac466
##Scenario 1
When a user specifies a value that should be dropped, the whole row containing that value will be removed.
##Scenario 3
When a user specifies that they want the output to be an output file, the output terminal will be empty and concurrently output the desired output file.
##Scenario 4
When a user states the delimiter to be something other than commas, the program should go through with the specified delimiter.
##Scenario 5
When a user wants to drop/keep/cut an identified group of data, the program should do its respective command.
##Scenario 6
When a user inputs a non-properly formatted csv file, it should output an error.
When a user inputs a non-csv file, it should output an error.
##Scenario 8
When a user is having trouble with using the commands, they should be able to ask for a help menu that will be able to clarify.
\ No newline at end of file
Clone repository
  • Executable Test Cases
  • Home
  • TDD Examples
  • User Stories