You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DatabaseAPI class is currently untestable because the methods are private, so a new class must be created to inherit DatabaseAPI to be able to call those private methods.
The text was updated successfully, but these errors were encountered:
nedvedba
changed the title
Create Inherited TestGlobusAPI class with protected methods to test the private curl methods
Create Inherited TestDatabaseAPI class with protected methods to test the private curl methods
Nov 7, 2024
A Database test class is created in the DatabaseAPI unit test that inherits from DatabaseAPI class, the unit test runs and the protected methods are directly callable.
The DatabaseAPI class is currently untestable because the methods are private, so a new class must be created to inherit DatabaseAPI to be able to call those private methods.
The text was updated successfully, but these errors were encountered: