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

Adding Test for DbInfoController and SchemaController [resolves #715] #728

Merged
merged 3 commits into from
Oct 9, 2024

Commits on Oct 7, 2024

  1. Adding Test for DbInfoController class

    This class is responsible for returning the metadata about the databases connected to the service.
    Added one test for the getObjects method which returns a list of DbInfoObject.
    Shrman007658 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e4023e0 View commit details
    Browse the repository at this point in the history
  2. Adding test for SchemaControllerTest.java

    This class is responsible for filtering out schemas on 3 parameters, schema, name and type. Added tests to
    test filtering on all these attributes.
    Also added tests for GenericDataAccessException when the filter is not formatted properly
    and the given DBID does not exist
    Shrman007658 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ec72fa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    5b731e7 View commit details
    Browse the repository at this point in the history