add_test_raise_signal


Description:

[ Version ( since = "0.9.2" ) ]
public void add_test_raise_signal (TFun tf, int @signal)

Add a test function with signal handling to a test case

The added test is expected to terminate by throwing the given signal

Parameters:

tf

test function to add to test case

signal

expected signal for test function to throw in order for the test to be considered passing

Since:

0.9.2