TestCentric
  • TestCentric Runner
  • TC-Lite Framework
  • Contributing
  • Blog
  • GitHub
TC-Lite Framework Features Assertions Classic Model
Assert.Ignore
TC-Lite Framework
Overview
Concepts
Microtests
Test Cases
Test Fixtures
Getting Started
Creating a Test Project
Writing Tests
Running Your Tests
Command-Line Options
Features
Assertions
Classic Model
Constraint Model
Attributes
CategoryAttribute
CombinatorialAttribute
DefaultToleranceAttribute
DescriptionAttribute
IgnoreAttribute
PropertyAttribute
RandomAttribute
RangeAttribute
TestCaseAttribute
TestCaseDataAttribute
TestCaseFactoryAttribute
TestFixtureAttribute
TestFixtureSourceAttribute
ValuesAttribute
ValueSourceAttribute
Constraints
Parallel Test Execution
Theories
TC-Lite API
License

The Assert.Ignore method provides you with the ability to cause a test to be ignored at runtime. In most cases, use of the IgnoreAttribute is preferable but Assert.Ignore allows you to ignore the test dynamically based on some runtime logic.

Assert.Ignore(string message=null, params object[] args);
Generated By Statiq