Fehler   : 0
Warnungen: 0

NOTE: PROZEDUR PRINTTO used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
 
 
26         %let vars=%getvars(sashelp.class);
NOTE: The macro GETVARS completed compilation without errors.
      52 instructions 1116 bytes.
27         /* %endTestcall() can be omitted, will called implicitly by the first assert */
28         %assertEquals(i_actual=&vars, i_expected=Name Sex Age Height Weight, i_desc=Variablen prüfen)
NOTE: The macro ASSERTEQUALS completed compilation without errors.
      99 instructions 2452 bytes.
NOTE: The macro ENDTESTCALL completed compilation without errors.
      67 instructions 2128 bytes.
MPRINT(ENDTESTCALL):   PROC PRINTTO LOG="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/log/004.log" PRINT="c:\.jenkins\jobs\SASUnit Build Release ZIP-File\workspace\v1.3\example\doc\sasunit\de/tst/004.lst" ;
MPRINT(ENDTESTCALL):   RUN;