👤

test function should always be declared as void testfunctionname (void). this means we want these tests to be self-contained. they do not accept any arguments and do not return any results. all setup and evaluation for the test is done inside the function.