Netflix / zuul

Zuul is a gateway service that provides dynamic routing, monitoring, resiliency, security, and more.
Apache License 2.0
13.54k stars 2.39k forks source link

Mark BaseFilterTest test methods as public #1758

Open mtvjr opened 7 months ago

mtvjr commented 7 months ago

When running tests through VSCode's testing plugin, the BaseFilterTest tests would fail to initialize with the MockitoTestRunner error:

org.mockito.exceptions.base.MockitoException:

No tests found in BaseFilterTest Is the method annotated with @Test? Is the method public?

This commit fixes this issue by marking the related tests as public, enabling Mockito to discover the tests.

github-actions[bot] commented 3 months ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.