| Summary: | Void type of function failed to run the test with assertEquals() | ||
|---|---|---|---|
| Product: | Group 3 | Reporter: | bryantjut2-c |
| Component: | Corporation Accounting System | Assignee: | 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 | ||
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.