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

Integrate DatabasePresenter into DatabaseCLI, Command + DatabaseCLITests #7

Merged
merged 23 commits into from
May 11, 2022

Conversation

withaspirit
Copy link
Owner

@withaspirit withaspirit commented May 11, 2022

Changes

  • DatabaseCLI:
    • added DatabasePresenter, added to methods
    • expanded CRUD read() method
  • CommandTest
    • added inputs.json for testing valid/invalid commands with Command.regex
  • Database
    • added getSizeOfTable() method
  • DatabaseCLITest:
    • added tests for CRUD methods
  • DatabasePresenterTest:
    • added more CRUD tests
  • Item:
    • added ID to getValuesAsArray(), getAttributeNamesAsArray()
  • pom.xml
    • added junit-jupiter-params dependency

@withaspirit withaspirit changed the title Integrate DatabasePresenter into DatabaseCLI Integrate DatabasePresenter into DatabaseCLI, Command + DatabaseCLITests May 11, 2022
@withaspirit withaspirit merged commit bab6ab0 into master May 11, 2022
@withaspirit withaspirit deleted the Integrate_Presenter_View branch May 11, 2022 14:28
@withaspirit withaspirit mentioned this pull request May 18, 2022
Closed
27 tasks
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.

None yet

1 participant