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 developer, I want a class Money with value, currency symbol, face value and the method exchange so that we can develop the finance app using it as a data type.
acceptance criteria:
Properties:
value as integer,
*currency symbol as String,
face value with currency symbol as String,
country as String,
Methods:
Money::exchange("currency_symbol") returning a new Money object.
definition of Done:
When all tests PASS.
Notes
Must have a class Money implementing the properties: value as integer, currency symbol, face value with currency symbol as String, country and the method Money::exchange("currency_symbol") returning a new Money object.
Create tests
Document code
Create class
The text was updated successfully, but these errors were encountered:
user story:
acceptance criteria:
Properties:
*currency symbol as String,
Methods:
definition of Done:
When all tests PASS.
Notes
Must have a class Money implementing the properties: value as integer, currency symbol, face value with currency symbol as String, country and the method Money::exchange("currency_symbol") returning a new Money object.
Create tests
Document code
Create class
The text was updated successfully, but these errors were encountered: