HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
13 stars 3 forks source link

Extract a generic and reusable Test module #432

Open sbasegmez opened 3 months ago

sbasegmez commented 3 months ago

Tools and utilities like the AbstractNotesRuntimeTest class are extremely valuable for projects. It would be beneficial to separate them from the integration tests module, allowing other developers to easily reuse them across various projects. This separation also facilitates sharing these utilities among multiple test projects.