Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test for JobInclusionFolderProperty class (#416)
* Bump io.jenkins.tools.bom:bom-2.452.x (#415) * Add test for JobInclusionFolderProperty class and added a constructor in ItemInfo.java" * Address JENKINS-69757 by adding tests for util class (#417) * add tests for util class * Use JUnit 4 assertions with JUnit 4 tests --------- Co-authored-by: Mark Waite <[email protected]> * Modified the setup method to reuse the JobInclusionFolderProperty object * Justify public constructor with a comment * Use JenkinsRule name consistent with other tests * Remove unused ItemInfo and tearDown * Remove unnecessary changes to ItemInfo * Create project once for all tests * Add a few more assertions * Remove queue related assertions --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henrique Paes <[email protected]> Co-authored-by: Mark Waite <[email protected]>
- Loading branch information