.thenReturn("privateKey".getBytes());
when(pki.getPemEncoded(keyPair.getPublicKey()))
.thenReturn("publicKey".getBytes());
when(consumer.getUuid()).thenReturn("8auuid");
when(consumer.getName()).thenReturn("consumer_name");
when(consumer.getType()).thenReturn(new ConsumerType(ConsumerTypeEnum.CANDLEPIN));
// FINALLY test this badboy
Exporter e = new Exporter(ctc, me, ce, cte, re, ece, ecsa, pe, psa,
pce, ec, ee, pki, config, exportRules, pprov, dvc, dve, cdnc, cdne);
File export = e.getFullExport(consumer);