test(
  'assertion (' + libName + ')',
  function (done) {
    assert.callCount(oUTAlpha.method, 0);
    assert.equal(Object.keys(oUTAlpha).length, 1, 'number of methods do not match');