ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
19 stars 14 forks source link

Create Inherited TestGlobusAPI class with protected methods to test the private curl methods #1043

Open nedvedba opened 1 week ago

nedvedba commented 1 week ago

The GlobusAPI class is currently untestable because the methods are private, so a new class must be created to inherit GlobusAPI to be able to call those private methods.

JoshuaSBrown commented 1 week ago

Acceptance

A Globus test class is created in the GlobusAPI unit test that inherits from GlobusAPI class, the unit test runs and the protected methods are directly callable.