Lines Matching +full:charge +full:- +full:integration
50 .Nd POSIX shell API to write ATF-based test programs
112 .Xr atf-sh 1
114 .Bd -literal -offset indent
115 #! /usr/bin/env atf-sh
118 Shell-based test programs always follow this template:
119 .Bd -literal -offset indent
151 .Xr atf-test-case 4 .
180 function, which is in charge of registering the test cases that will be
187 The test case has read-only access to the current configuration variables
211 meta-data variable available in the header only, one can also check for
247 .Bl -tag -width indent
256 .Sq -1 ,
289 .Sq -1 ,
297 .Bl -tag -width indent
301 This function is particularly useful in integration tests that verify the
305 .Xr atf-check 1
310 .Xr atf-check 1
326 .Bd -literal -offset indent
348 .Bd -literal -offset indent
362 .Bd -literal -offset indent
364 atf_check -s exit:0 -o empty -e empty true
367 atf_check -s exit:1 -o empty -e empty false
371 atf_check -s exit:0 -o file:expout -e empty echo foo
374 atf_check -s exit:0 -o save:stdout -e empty ls
378 atf_check -s exit:0 -o match:"^foo$" -e empty ls
381 .Xr atf-check 1 ,
382 .Xr atf-sh 1 ,
383 .Xr atf-test-program 1 ,
384 .Xr atf-test-case 4