Hi @djohn98390536 ,Usually, if it's hard to cover logic in private methods it means that code requires refactoring, because of complexity, nesting, etc.However, for example, if you test OSGi component that has interface and implementation (either it impl package or in internal), you can change priva...