test(
  'stub (' + libName + ')',
  function (done) {
    stub(oUTBeta, 'method');
    assert.equal(typeof oUTBeta.method.throws, 'function', 'expected "throws" to be a function');