Testing
Test comments
Include these comments to structure the testcase.
//given
//when
//then
or
//arrange
//act
//assert
Assert
Only make one assert statement per test if possible
Include these comments to structure the testcase.
//given
//when
//then
or
//arrange
//act
//assert
Only make one assert statement per test if possible