Bug 407

Summary: Void type of function failed to run the test with assertEquals()
Product: Group 3 Reporter: bryantjut2-c
Component: Corporation Accounting SystemAssignee: bryantjut2-c
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: PC   
OS: Windows   
Deadline: 2020-11-17   
Attachments: Red line of error displayed by Eclipse

Description bryantjut2-c 2020-11-15 15:36:42 HKT
Created attachment 44 [details]
Red line of error displayed by Eclipse

We realize that we failed to run our JUnit assertEquals function because of type mismatch between the expected value our function result. We need to change our from void to returning value function to solve this issue.