you should always take a look at the test cases first! thus, you would know that they are manually enabled in this way:
App::uses('ComponentCollection', 'Controller');
App::uses('AppleComponent', 'Myplugin.Controller/Component');
and
$Collection = new ComponentCollection();
$Apple = new AppleComponent($Collection);
Sidenote:
- , , !
lib ,