Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[COMPLETE USE CASE TEST FLOW SETUP] - ORIGINATOR #23

Open
raymond-jgler opened this issue Dec 10, 2023 · 0 comments
Open

[COMPLETE USE CASE TEST FLOW SETUP] - ORIGINATOR #23

raymond-jgler opened this issue Dec 10, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@raymond-jgler
Copy link
Owner

raymond-jgler commented Dec 10, 2023

This is the parent ticket containing all related details regarding functional testing,
children tickets are :
_ folder structure changes : #22
_ phase pattern : #24, #25 , #26 , #27
_ combined logic test: #28

Because our test case is an existing Java file,
and the functional logic is comprised of phases to finally modify the Java file.

Our phase logic contains :
_ VALIDATE CLASS PHASE
_ VALIDATE FIELD PHASE
_ BUILD CODE PHASE
_ WRITE NEWLY-MODIFIED CODE PHASE

The current phase's input is the previous output of its previous one,
this bears a resemblance to Chain Of Responsibility design pattern:
it will exit if any phase's output is unqualified.

@raymond-jgler raymond-jgler added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 10, 2023
@raymond-jgler raymond-jgler pinned this issue Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant