Arnout Engelen created VFS-855:
----------------------------------
Summary: Update to JUnit 5 and simplify test infrastructure
Key: VFS-855
URL: https://issues.apache.org/jira/browse/VFS-855
Project: Commons VFS
Issue Type: Improvement
Reporter: Arnout Engelen
Our infrastructure is somewhat elaborate: for example, tests that extend
`AbstractProviderTestCase` (such as `NamingTests`) cannot be run in isolation:
instead, you can run them 'in the context of' a provider, for example from
`LocalProviderTestCase`. These configure a `ProviderTestSuite` with the tests
to run.
This likely stems from when we were still on JUnit 3. When we upgrade to JUnit
5, likely this can be simplified.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)