fleencorp / fleen-feen

Fleen Feen connects you with the world
GNU General Public License v3.0
0 stars 1 forks source link

Add Unit Test for StreamReview #48

Open aalamu opened 1 week ago

aalamu commented 1 week ago

Description

Write a unit test for StreamReview and test cases for nullability, non-nullability, equality and non-equality.

Notes:

StreamReview is found in com.fleencorp.feen.model.domain.stream

How we should write and our style can be found here Code Guidelines for IDE

@Test case method names should be in snake case format. For example

ensure_access_token_is_not_null is correct ensureAccessTokenIsNotNull is incorrect

Test class should followed pattern and styles as found in the FleenFeenEntityTest and Oauth2AuthorizationTest which are located in the test folder