SuccessChanges

Summary

  1. tsk20 Adds ViewEntity and Tests for ViewsEntity (details)
Commit 7104a17f188edb86a2b9fe4c8cfcb7f606b84409 by alexandreferi13
tsk20 Adds ViewEntity and Tests for ViewsEntity
The ViewEntity and ViewTest classes have been created. ViewEntity
contains fields that map with JPA (id, story, viewDate), constructors,
and getter methods. ViewTest includes tests to validate the
functionality of ViewEntity.
The file was addeddomain/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewEntity.java (diff)
The file was addeddomain/src/test/java/es/uvigo/esei/dgss/teama/microstories/entities/ViewTest.java (diff)