Skip to main content

UnitTestSkipDescription

Type

statement

Summary

Record a skipped test with a description

Syntax

skip test <Description>

Description

Record that a test was skipped. The Description string is a short message that summarises the test that was skipped.

Examples

skip test "open web socket"
Thank you for your feedback!

Was this page helpful?