Output samples

This section shows sample output from running TSampleObjectOutputTest and specifying several echo tiers. You specify the echo tier when you start RunTest with the e option.

Default level

This example does not specify an echo tier.

      RunTest -t TSampleObjectOutputTest SampleObjectTestLib
      
      This is written with default setting.
      This is at tier kTop.
      This is at tier kHeadline.
      This is at tier kGeneral.
      This is at tier kEphemeral and does not go to the test log.
      This is at tier kNormal.
      Back to normal.
      Test TSampleObjectOutputTest ( Pass ) {}

Head level

This example specifies the headline tier.

      RunTest -t TSampleObjectOutputTest SampleObjectTestLib -e h
      
      This is at tier kTop.
      This is at tier kHeadline.
      Test TSampleObjectOutputTest ( Pass ) {}

Detail level

This example specifies detail tier output.

      RunTest -t TSampleObjectOutputTest SampleObjectTestLib -e d
      
      This is written with default setting.
      This is at tier kTop.
      This is at tier kHeadline.
      This is at tier kGeneral.
      This is at tier kEphemeral and does not go to the test log.
      This is at tier kNormal.
      Tier kDetail and does not print at default settings.
      Back to normal.
      Test TSampleObjectOutputTest ( Pass ) {
          run count: 1, elapsed time: .07 sec
          not interactive
          info: {}
          input: {}
          output:
              
              This is written with default setting.
              This is at tier kTop.
              This is at tier kHeadline.
              This is at tier kGeneral.
              This is at tier kNormal.
              Back to normal.
      }

Debug level

This example specifies Debug level output.

      RunTest -t TSampleObjectOutputTest SampleObjectTestLib -e D
      
      (TSampleObjectOutputTest: Setup)
      (TSampleObjectOutputTest: Test)
      
      This is written with default setting.
      This is at tier kTop.
      This is at tier kHeadline.
      This is at tier kGeneral.
      This is at tier kEphemeral and does not go to the test log.
      This is at tier kNormal.
      Tier kDetail and does not print at default settings.
      Tier kDebug and does not print at default settings.
      Back to normal.
      Test TSampleObjectOutputTest ( Pass ) {
          run count: 1, elapsed time: .074 sec
          not interactive
          info: {}
          input: {}
          output:
              
              This is written with default setting.
              This is at tier kTop.
              This is at tier kHeadline.
              This is at tier kGeneral.
              This is at tier kNormal.
              Back to normal.
      }

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker