JLinkTest.java hardcodes the number of plugins. When a new plugin is added, this test needs to be updated. It becomes even more fragile when OS-specific plugin, open vs closed plugin is added.
JLinkTest.java perhaps should validate a well-known list of plugins. A new plugin should add a new regression test that will cover its functionality. A new plugin could also choose to add to the well-known list if appropriate.
JLinkTest.java perhaps should validate a well-known list of plugins. A new plugin should add a new regression test that will cover its functionality. A new plugin could also choose to add to the well-known list if appropriate.