mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gary_williams
16.19.2006 4eccd20d1f132abc562fb04c8ef11dd2a4975775
functional tests provide functions for test case start and end banners
1 files modified
36 ■■■■■ changed files
opends/tests/functional-tests/shared/functions/utils.xml 36 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/functions/utils.xml
@@ -232,4 +232,40 @@
  </function>
  <function name="testCaseStartBanner">
    <function-prolog>
    Pretty prints a banner at the start of a test.
    </function-prolog>
    <function-no-args/>
    <sequence>
      <message>
        '### Starting test case %s. ###' % STAXCurrentTestcase
      </message>
    </sequence>
  </function>
  <function name="testCaseEndBanner">
    <function-prolog>
      Pretty prints a banner at the end of a test.
    </function-prolog>
    <function-no-args/>
      <sequence>
      <message>
        '### Ending test case %s. ###' % STAXCurrentTestcase
      </message>
    </sequence>
  </function>
</stax>