You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
*
* Performs an assertion
*
* @param {object} TEST_Result the result of the test
*
*
* @module karbon-testing
* @see https://github.com/karbonfm/karbon-testing
*
* @history 2017-06-01, [email protected], created
*
*/
Assert.NotAnError ( TEST_Result)
/**
*
* Performs an assertion
*
* @param {object} TEST_Result the result of the test
*
*
* @module karbon-testing
* @see https://github.com/karbonfm/karbon-testing
*
* @history 2017-06-01, [email protected], created
*
*/
/**
*
* Performs an assertion
*
* @param {object} TEST_Result the result of the test
* @param {string} path the to test
* @param {string} expected result
*
*
* @module karbon-testing
* @see https://github.com/karbonfm/karbon-testing
*
* @history 2017-06-01, [email protected], created
*
*/
Assert.HasProperty ( TEST_Result;Property)
/**
*
* Performs an assertion
*
* @param {object} TEST_Result the result of the test
* @param {string} Property to test
*
*
* @module karbon-testing
* @see https://github.com/karbonfm/karbon-testing
*
* @history 2017-06-01, [email protected], created
*
*/
Assert.Error ( TEST_Result)
/**
*
* Performs an assertion
*
* @param {object} TEST_Result the result of the test
*
* @module karbon-testing
* @see https://github.com/karbonfm/karbon-testing
*
* @history 2017-06-01, [email protected], created
*
*/