Closed konstantina-gramatova closed 1 year ago
The current implementation of the ContainerFactory feature does not implement the specified Vorto model in its definition in a compliant manner.
As defined in the model, both create and createWithConfig operations must return the ID of the created container instance:
create
createWithConfig
operations { create(.......) returns string "Creates ...." createWithConfig(....) returns string "Creates ....." }
Currently, the implementation does not return any result and it must be fixed accordingly. Any relevant unit/integration TCs must be updated accordingly as well.
The current implementation of the ContainerFactory feature does not implement the specified Vorto model in its definition in a compliant manner.
As defined in the model, both
create
andcreateWithConfig
operations must return the ID of the created container instance:Currently, the implementation does not return any result and it must be fixed accordingly. Any relevant unit/integration TCs must be updated accordingly as well.