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
As a user, I would like to have Client's API defined, so I know how to execute certain actions using this package.
As a developer, I would like to have UDS Client class with methods (with annotations and descriptions) defined, so I know what has to be implemented and what functionalities would be provided by client simulation.
Acceptance criteria
Client class is defined.
Each Client's method has annotations and description. There shall be no code, preferable it raises exception.
Client's methods are defined to provide following functionalities:
Requires
#48
Description
As a user, I would like to have Client's API defined, so I know how to execute certain actions using this package.
As a developer, I would like to have UDS
Client
class with methods (with annotations and descriptions) defined, so I know what has to be implemented and what functionalities would be provided by client simulation.Acceptance criteria
Client
class is defined.Client
's method has annotations and description. There shall be no code, preferable it raises exception.Client
configuration (client parameters e.g. p2_client) - more details in [refine] Client - configuration #72The text was updated successfully, but these errors were encountered: