Skip to content

Convert the PBE tests to JUnit 5 parameterized tests. - #1701

Open
Mohit-Rajbhar100698 wants to merge 1 commit into
IBM:mainfrom
Mohit-Rajbhar100698:refactor/pbe-junit5-parameterization
Open

Convert the PBE tests to JUnit 5 parameterized tests.#1701
Mohit-Rajbhar100698 wants to merge 1 commit into
IBM:mainfrom
Mohit-Rajbhar100698:refactor/pbe-junit5-parameterization

Conversation

@Mohit-Rajbhar100698

@Mohit-Rajbhar100698 Mohit-Rajbhar100698 commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

This update convert the existing PBE test classes into Junit5 parameterized
test classes.
Changes:-

  • Convert BaseTestPBECipher.java to the parameterized test class TestPBECipher.java.
  • Convert BaseTestPBECipherInterop.java to the parameterized test class TestPBECipherInterop.java.
  • Convert BaseTestPBEKeyFactory.java to the parameterized test class TestPBEKeyFactory.java.
  • Convert BaseTestPBEKeyFactoryInterop.java to the parameterized test class TestPBEKeyFactoryInterop.java.
  • Convert BaseTestPBEParameters.java to the parameterized test class TestPBEParameters.java.
  • Remove references to the deleted test classes from src/test/java/ibm/jceplus/junit/openjceplus/TestAll.java.

Signed-off-by: Mohit Rajbhar mohit.rajbhar@ibm.com

@Mohit-Rajbhar100698
Mohit-Rajbhar100698 force-pushed the refactor/pbe-junit5-parameterization branch 2 times, most recently from b1fc47e to 1eec004 Compare August 14, 2026 15:43
This update convert the existing PBE test classes into Junit5 parameterized
test classes.
Changes:-
- Convert BaseTestPBECipher.java to the parameterized
  test class TestPBECipher.java.
- Convert BaseTestPBECipherInterop.java to the
  parameterized test class TestPBECipherInterop.java.
- Convert BaseTestPBEKeyFactory.java to the
  parameterized test class TestPBEKeyFactory.java.
- Convert BaseTestPBEKeyFactoryInterop.java to the
  parameterized test class
  TestPBEKeyFactoryInterop.java.
- Convert BaseTestPBEParameters.java to the
  parameterized test class TestPBEParameters.java.
- Remove references to the deleted test classes from
  src/test/java/ibm/jceplus/junit/openjceplus/TestAll.java.

Signed-off-by: Mohit Rajbhar <mohit.rajbhar@ibm.com>

@KostasTsiounis KostasTsiounis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants