Arquisoft / dechat_en1b

Dechat EN1B
https://arquisoft.github.io/dechat_en1b/
MIT License
3 stars 2 forks source link

Implement a ChatService stump for the tests #42

Open Migarve55 opened 5 years ago

Migarve55 commented 5 years ago

In order to test the different components we need to create a "fake" chat Service, to display dummy data. The idea is to test the basic functionality creating an array of messages and users without accessing SOLID.

Nacho888 commented 5 years ago

I've worked on this, in the corresponding .spec file I've added some dummy data, but things can be better