Skip to content

function_runTest

Wesley de Groot edited this page Oct 23, 2015 · 37 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/

Function runTest

_('.wrapper').runTest(testCase,expectedResult)

runTest Run a test [internal, external use.]

  • @param object [object] Wrapper
  • @param object testCase test case
  • @param object expectedResult expected Result
  • @return bool
  • @example .runTest(().someFunction(), 'haha');
Example:

{}

Back to function list

Clone this wiki locally