spotted unitary state was not clear in ENSURE
in algorithm 2
This commit is contained in:
parent
dc4ecbea45
commit
19d2cad724
@ -444,7 +444,7 @@ all failure modes in components in the {\fg} are included in at least one test~c
|
||||
\If{Double fault checking}
|
||||
\State { let $f1,f2$ represent component failure modes, and $c$ any component in the functional group }
|
||||
%\ENSURE { That all failure modes are represented in at least one test case }
|
||||
\Ensure { $ \forall f1,f2 \;where\; (f1,f2) \not\in c\;such\;that\; (f1,f2 \in F)) \wedge ( \{f1,f2\} \in \bigcup TC) $ }
|
||||
\Ensure { $ \forall f1,f2 \;where\; (f1 \wedge f2) \not\in c\;such\;that\; (f1,f2 \in F)) \wedge ( \{f1,f2\} \in \bigcup TC) $ }
|
||||
\Comment { This corresponds to checking that each possible double failure mode (see section~\ref{sec:unitarystate}) is included
|
||||
as a test case.}
|
||||
\EndIf
|
||||
|
Loading…
Reference in New Issue
Block a user