Skip to main content

UnitTestSkipReason

Type

statement

Summary

Record a skipped test with a reason for skipping

Syntax

skip test because <Reason>

Description

Record that a test was skipped, including a reason for skipping the test. The Reason is a short message that describes why the test has to be skipped.

Examples

skip test because "not implemented"
Thank you for your feedback!

Was this page helpful?