Bug 637

Summary: Unable to test Process Class
Product: 2021 CS3343 Hall Admission System Reporter: amble3232
Component: Application Process SectionAssignee: Azim <mohamazim2>
Status: RESOLVED FIXED    
Severity: blocker CC: chpang22-c
Priority: Highest    
Version: unspecified   
Hardware: PC   
OS: Windows   

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