publicFn('hello', function (err, result) {
                test.ifError(err);
                test.equal(result, 'hello');
                test.done();
            });