ist181045 / es1617-adventures

[MOVED TO GITLAB] Software Engineering Project - 2016'17
https://gitlab.com/ist181045/leic-a/2016-2017/es/adventures
0 stars 0 forks source link

Implement test class BankPersistenceTest #41

Closed rgcv closed 7 years ago

rgcv commented 7 years ago

Issue by Squill3x Monday Apr 03, 2017 at 09:59 GMT _Originally opened as https://github.com/tecnico-softeng/es17al_01-project/issues/41_


Dependencies:

  1. Bank
  1. Client
  1. Account
  1. Operation

Various commits should be associated with this issue, one per "persistence advancement"

rgcv commented 7 years ago

Comment by rgcv Tuesday Apr 11, 2017 at 21:30 GMT


Proposal: Since this is a rather messy issue and should've been broken up (however, no more issues should be created, we've goofed enough), try breaking it up amongst yourselves (e.g. someone tests the Bank's persistency, someone else follows it up with the Client class' tests, etc)

How to proceed: Assign everyone in the group to the issue and tag yourselves per topic. Check #85 for an example.

rgcv commented 7 years ago

Comment by JoanaArezes Friday Apr 21, 2017 at 16:30 GMT


05c8be8 : Completed atomicProcess() and atomicAssert(). Still needs to fix some errors in code persistence.