Menu

#159 New Assert: assertExternal

v1.6
closed
B.Braun
None
other
not_relevant
Task_Assignment
Assertions
3-moderate
2015-06-29
2015-04-28
B.Braun
No

assertExternal:
%MACRO assertExternal (i_script=
,i_expected=
,i_actual=
,i_desc=External comparison
,i_threshold=NONE
);
%MEND;

- i_script: Path of shell script
- i_actual: Path of actual WhatEver
- i_expected: Path of expected WhatEver
  • All logic is contained in the shell script (i_script).
  • The shell shall return 0 if i_actual and i_expected match, else 1 is returned

Ticket is related to 153

Related

Tickets: #153

Discussion

  • B.Braun

    B.Braun - 2015-04-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -13,4 +13,4 @@
    
     - All logic is contained in the shell script (i_script). 
     - The shell shall return 0 if i_actual and i_expected match, else 1 is returned
    
    -Ticket is related to [113](#113)
    +Ticket is related to [153](#153)
    
     
  • B.Braun

    B.Braun - 2015-05-18

    Macro implemented as follows:

    assertExternal (i_script =
    ,i_expected =
    ,i_actual =
    ,i_expected_shell_rc =0
    ,i_modifier =
    ,i_threshold =NONE
    ,i_expectedIsPath =N
    ,i_actualIsPath =N
    ,i_desc =External comparison
    );

     
  • B.Braun

    B.Braun - 2015-05-18
    • status: accepted --> closed
     
  • Klaus Landwich

    Klaus Landwich - 2015-06-29
    • Milestone: v2.0 --> v1.6
     

Anonymous
Anonymous

Add attachments
Cancel