aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_hooks.erl
AgeCommit message (Expand)Author
2012-08-23Fix error in function specificationPeter Andersson
2012-08-23Merge remote branch 'origin/peppe/common_test/hook_init_order' into maintPeter Andersson
2012-07-06Call CT Hook init functions in the correct orderPeter Andersson
2012-05-10Fix IO printout crash caused by hook functionPeter Andersson
2012-05-04Fix timetrap error in pre-hooksPeter Andersson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-19Fix bug in handling ct_hooks start argumentsPeter Andersson
2012-03-19Use calls to ct_framework:init/end_per_suite for configurationPeter Andersson
2012-03-19Change ct_init/end_per_group to init/end_per_groupPeter Andersson
2012-03-19Run hooks for non-existing config functionsPeter Andersson
2011-11-29Reverse hook order for *_end_per_* hooksLukas Larsson
2011-09-26Merge branch 'dev' into majorLukas
2011-09-20Add -enable_builtin_hooks <bool> config optionLukas Larsson
2011-09-02Merge branch 'dev' into majorHans Bolinder
2011-08-31Fix a couple of minor bugs with hook priorityLukas Larsson
2011-08-31Update CTH priority default to be 0Lukas Larsson
2011-08-31Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ...Lukas Larsson
2011-08-31Add priority functionality and tests for ct hooksLukas Larsson
2011-08-31Update internal hooks state to use a record instead of tuplesLukas Larsson
2011-08-29Merge branch 'dev' into majorHenrik Nord
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-05-24Add a proplist() typerzezeski
2011-03-22Fix bug which would make cth's to not be removed when out of scope when addin...Lukas Larsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-09Update init_per_suite to not crash when there is no suite/0Lukas Larsson
2011-02-21Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0Lukas Larsson
2011-02-17Cleanup code to fix dialyzer warningLukas Larsson
2011-02-17Rename Suite Callback to Common Test Hook in code and testcasesLukas Larsson