Bug 637 - Unable to test Process Class
Summary: Unable to test Process Class
Status: RESOLVED FIXED
Alias: None
Product: 2021 CS3343 Hall Admission System
Classification: Unclassified
Component: Application Process Section (show other bugs)
Version: unspecified
Hardware: PC Windows
: Highest blocker
Assignee: Azim
URL:
Depends on:
Blocks:
 
Reported: 2021-12-04 15:33 HKT by amble3232
Modified: 2021-12-04 15:34 HKT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description amble3232 2021-12-04 15:33:00 HKT
Background:
I am doing the unit test in ECLIPSE 2021-06 (4.20.0).
When I am trying to test the Process class, I find that the name of the Process class is the same as the Process classes in java.lang.object.

Steps to Reproduce:
Run the package with testHall_Admission
Run any method in testProcessing class

Actual result:
The system output the error message of cannot find the method in java.lang.object.

Expected result:
Able to run the methods.
Comment 1 newbie 2021-12-04 15:33:54 HKT
Understood the problem, we will rename the “Process” object to “StartProcessing”.

I will pass it to the developer to solve this error.
Comment 2 Azim 2021-12-04 15:34:59 HKT
Solution:
===============
I just renamed the “Process” object to “StartProcessing