Convert dom.rename.Test to JUnit - #98
Open
elharo wants to merge 2 commits into
Open
Conversation
elharo
force-pushed
the
convert-rename-to-junit
branch
from
July 7, 2026 22:03
5da1e8b to
73cd904
Compare
elharo
commented
Jul 8, 2026
| public void test(Document doc) { | ||
| public void doTestRename(Document doc) { | ||
|
|
||
| System.out.println("DOM rename Test..."); |
Contributor
Author
There was a problem hiding this comment.
println no longer needed, here or anywhere else
| } | ||
|
|
||
|
|
||
| System.out.println("done."); |
Contributor
Author
There was a problem hiding this comment.
println no longer needed, here or anywhere else
elharo
force-pushed
the
convert-rename-to-junit
branch
2 times, most recently
from
July 8, 2026 12:01
f7ae425 to
b01feae
Compare
elharo
force-pushed
the
convert-rename-to-junit
branch
2 times, most recently
from
July 8, 2026 19:55
90e8c79 to
147e793
Compare
elharo
commented
Jul 8, 2026
| } | ||
|
|
||
| /** Performs the actual test. */ | ||
| public void doTestRename(Document doc) { |
Contributor
Author
There was a problem hiding this comment.
inline this into testRename
elharo
force-pushed
the
convert-rename-to-junit
branch
from
July 8, 2026 20:25
147e793 to
a3b1c12
Compare
elharo
force-pushed
the
convert-rename-to-junit
branch
from
July 17, 2026 23:33
44e8af3 to
c3fc492
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Convert the dom.rename.Test test harness from a main()-driven to JUnit 3.