// quick assertion methods
assert( expression, [message] )
describe( title, body, labels, asyncAll, skip )
xdescribe( title, body, labels, asyncAll )
fdescribe( title, body, labels, asyncAll )
feature( title, body, labels, asyncAll, skip )
xfeature( title, body, labels, asyncAll )
ffeature( title, body, labels, asyncAll )
it( title, body, labels, skip )
xit( title, body, labels )
fit( title, body, labels, skip )
addAssertions( assertions )
runRemote( testSpecs, testSuites, deubg, reporter );
debug( var, deepCopy, label, top )
makePublic( target, method, newName )
getmockBox( generationPath )
createEmptyMock( className, object, callLogging )
createMock( className, object, clearMethods, callLogging )
prepareMock( object, callLogging )
createStub( callLogging, extends, implements )
getProperty( target, name, scope, defaultValue )