add_fail Interface

public interface add_fail

Print message to screen on assert failure and add to count.

add_fail invokes one of the following subroutines according to number of arguments.


Contents


Module Procedures

private subroutine add_fail_(message)

Print message to screen on assert failure and add to count.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in), optional :: message

private subroutine add_fail_case_named_(caseName, message)

Print message to screen on assert failure and add to count.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: caseName
character(len=*), intent(in) :: message