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

Decouple TemplateProcessorTest from RefasterTemplateProcessor #60

Merged
merged 1 commit into from
Jan 6, 2024

Conversation

timtebeek
Copy link
Contributor

Ahead of

I'd considered also changing the tests to no longer use files as in and output but text blocks, but figured we can discuss and pick that up separately.

@timtebeek timtebeek added the enhancement New feature or request label Jan 3, 2024
@timtebeek timtebeek self-assigned this Jan 3, 2024
Comment on lines +25 to +26
JavaTemplate.Builder before = Semantics.expression(this, "before", (String s) -> s.equals(s));
JavaTemplate.Builder after = Semantics.expression(this, "after", (String s) -> true);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timtebeek
Copy link
Contributor Author

Going to merge this one as I've only changes classes in src/test, such that I can build on this for a hopeful fix for the missing TemplateProcessor classpath entry.

@timtebeek timtebeek merged commit 2c9dcfd into main Jan 6, 2024
1 check passed
@timtebeek timtebeek deleted the decouple-templateprocessortest branch January 6, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant