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

refactor(#2525): Refactor TestBooleanFilterProcessor #2534

Merged
merged 1 commit into from
Mar 12, 2024

Conversation

tenthe
Copy link
Contributor

@tenthe tenthe commented Mar 12, 2024

Purpose

This PR fixes a parameterized JUnit test. The syntax for such tests has changed due to the update to JUnit 5.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code pipeline elements Relates to pipeline elements backend Everything that is related to the StreamPipes backend testing Relates to any kind of test (unit test, integration, or E2E test). labels Mar 12, 2024
@tenthe tenthe merged commit 2fead00 into remove-power-mock Mar 12, 2024
18 checks passed
@tenthe tenthe deleted the refactor-boolean-filter-processor-test branch March 12, 2024 08:55
tenthe added a commit that referenced this pull request Mar 12, 2024
* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)
tenthe added a commit that referenced this pull request Mar 12, 2024
…e 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)
tenthe added a commit that referenced this pull request Mar 12, 2024
…e 2 (#2530)

* refactor(#2525): Update JUnit4 to JUnit 5 for the main modules

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)
tenthe added a commit that referenced this pull request Mar 12, 2024
* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine (#2519)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine

* Update streampipes-commons/src/test/java/org/apache/streampipes/commons/resources/TestResources.java

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

* refactor(#2525): Update JUnit4 to JUnit 5 syntax in modules
- streampipes-client
- streampipes-client-api
- streampipes-commons
- streampipes-connect-management
- streampipes-connect-shared
- streampipes-data-explorer

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 2 (#2530)

* refactor(#2525): Update JUnit4 to JUnit 5 for the main modules

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>
tenthe added a commit that referenced this pull request Mar 13, 2024
* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine (#2519)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine

* Update streampipes-commons/src/test/java/org/apache/streampipes/commons/resources/TestResources.java

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

* refactor(#2525): Update JUnit4 to JUnit 5 syntax in modules (#2526)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine (#2519)

* refactor(#2518): Update junit4 to junit5 in dependencies with  junit-vintage-engine

* Update streampipes-commons/src/test/java/org/apache/streampipes/commons/resources/TestResources.java

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

* refactor(#2525): Update JUnit4 to JUnit 5 syntax in modules
- streampipes-client
- streampipes-client-api
- streampipes-commons
- streampipes-connect-management
- streampipes-connect-shared
- streampipes-data-explorer

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 2 (#2530)

* refactor(#2525): Update JUnit4 to JUnit 5 for the main modules

* 2525 migrate all tests to junit5 syntax to remove junit vintage engine 3 (#2531)

* refactor(#2525): Update JUnit4 to JUnit 5 for the extensions modules

* refactor(#2525): Remove junit-vintage-engine

* refactor(#2525): Remove powermock (#2532)

* refactor(#2525): Remove powermock

* refactor(#2525): Remove rest-assured

* refactor(#2525): Remove wire-mock

* refactor(#2525): Refactor TestBooleanFilterProcessor (#2534)

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>

---------

Co-authored-by: Tim <50115603+bossenti@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend dependencies Pull requests that update a dependency file java Pull requests that update Java code pipeline elements Relates to pipeline elements testing Relates to any kind of test (unit test, integration, or E2E test).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants