Bug 407 - Void type of function failed to run the test with assertEquals()
Summary: Void type of function failed to run the test with assertEquals()
Status: RESOLVED FIXED
Alias: None
Product: Group 3
Classification: Unclassified
Component: Corporation Accounting System (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Deadline: 2020-11-17
Assignee: bryantjut2-c
URL:
Depends on:
Blocks:
 
Reported: 2020-11-15 15:36 HKT by bryantjut2-c
Modified: 2020-11-15 15:38 HKT (History)
0 users

See Also:


Attachments
Red line of error displayed by Eclipse (220.70 KB, image/png)
2020-11-15 15:36 HKT, bryantjut2-c
Details

Note You need to log in before you can comment on or make changes to this bug.
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.