You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After switching from bundle to eclipse-plugin + eclipse-test-plugin we have a number of troubles with accessing package-local members during tests. Although we can use fragments to solve this, it may be better to improve implementation and tests instead.
It is good to have package local members, and strictly speaking the amount of public members for a package should be minimal
However, tests should be focused rather on testing type's contract than on accessing its internals.
The list of tests to be revived:
DefaultSplittingStrategyTest
HtmlEntitiesTest
HtmlParserTest
ServiceLocatorTest
WikiToDocTaskTest
The text was updated successfully, but these errors were encountered:
After switching from
bundle
toeclipse-plugin
+eclipse-test-plugin
we have a number of troubles with accessing package-local members during tests. Although we can use fragments to solve this, it may be better to improve implementation and tests instead.It is good to have package local members, and strictly speaking the amount of public members for a package should be minimal
However, tests should be focused rather on testing type's contract than on accessing its internals.
The list of tests to be revived:
The text was updated successfully, but these errors were encountered: