index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
common_test
/
src
/
ct_hooks.erl
Age
Commit message (
Expand
)
Author
2016-03-05
Add missing internal hook functions
Peter Andersson
2016-03-03
Fix remaining issues
Peter Andersson
2016-03-01
Introduce new CT hook functions
Peter Andersson
2015-06-18
Change license text to APLv2
Bruce Yinhe
2014-03-24
Update incorrect type specifications
Peter Andersson
2014-03-12
Update event protocol and CT Hooks API
Peter Andersson
2014-03-12
Introduce group name for skipped cases in events, hooks and overview log
Peter Andersson
2013-09-03
Find and fix minor bugs
Peter Andersson
2013-09-02
Fix problem with start order of hooks and stopping of ct_util_server
Peter Andersson
2013-01-25
[common_test] Update common test modules to handle unicode
Siri Hansen
2012-08-23
Fix error in function specification
Peter Andersson
2012-08-23
Merge remote branch 'origin/peppe/common_test/hook_init_order' into maint
Peter Andersson
2012-07-06
Call CT Hook init functions in the correct order
Peter Andersson
2012-05-10
Fix IO printout crash caused by hook function
Peter Andersson
2012-05-04
Fix timetrap error in pre-hooks
Peter Andersson
2012-03-30
Update copyright years
Björn-Egil Dahlberg
2012-03-19
Fix bug in handling ct_hooks start arguments
Peter Andersson
2012-03-19
Use calls to ct_framework:init/end_per_suite for configuration
Peter Andersson
2012-03-19
Change ct_init/end_per_group to init/end_per_group
Peter Andersson
2012-03-19
Run hooks for non-existing config functions
Peter Andersson
2011-11-29
Reverse hook order for *_end_per_* hooks
Lukas Larsson
2011-09-26
Merge branch 'dev' into major
Lukas
2011-09-20
Add -enable_builtin_hooks <bool> config option
Lukas Larsson
2011-09-02
Merge branch 'dev' into major
Hans Bolinder
2011-08-31
Fix a couple of minor bugs with hook priority
Lukas Larsson
2011-08-31
Update CTH priority default to be 0
Lukas Larsson
2011-08-31
Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ...
Lukas Larsson
2011-08-31
Add priority functionality and tests for ct hooks
Lukas Larsson
2011-08-31
Update internal hooks state to use a record instead of tuples
Lukas Larsson
2011-08-29
Merge branch 'dev' into major
Henrik Nord
2011-08-16
emulator: Add a fourth element in exception stacktraces
Björn Gustavsson
2011-05-24
Add a proplist() type
rzezeski
2011-03-22
Fix bug which would make cth's to not be removed when out of scope when addin...
Lukas Larsson
2011-03-11
Update copyright years
Björn-Egil Dahlberg
2011-03-09
Update init_per_suite to not crash when there is no suite/0
Lukas Larsson
2011-02-21
Update ct_hooks to fail gracefully when a hook is entered incorrectly in suite/0
Lukas Larsson
2011-02-17
Cleanup code to fix dialyzer warning
Lukas Larsson
2011-02-17
Rename Suite Callback to Common Test Hook in code and testcases
Lukas Larsson