Private Data Type Components | |
logical | tested = .FALSE. |
logical | passed |
integer | kind_of_test |
integer | tolerance |
real | minvalue |
real | maxvalue |
character(len=32) | name |
Type for holding data about test cases with test information and error messages.
|
private |
kind of test variable; parameter, input, forcing, generic
|
private |
maximum value of the tested input variable
|
private |
minimum value of the tested input variable
|
private |
name of the tested variable/te
|
private |
result of test
|
private |
test performed
|
private |
parameter for specific tolerance