-
Notifications
You must be signed in to change notification settings - Fork 157
Repeat Attribute
jnm2 edited this page Jun 14, 2017
·
4 revisions
RepeatAttribute is used on a test method to specify that it should be executed multiple times. If any repetition fails, the remaining ones are not run and a failure is reported.
-
If RepeatAttribute is used on a parameterized method, each individual test case created for that method is repeated.
-
It is not currently possible to use RepeatAttribute on a TestFixture or any higher level suite. Only test cases may be repeated.
Copyright (c) 2018 The NUnit Project - Licensed under CC BY-NC-SA 4.0
-
NUnit
-
Release Notes
-
License
- Getting Started
- Writing Tests
- Running Tests
- Extending NUnit
- Technical Notes
-
Release Notes
- NUnit Xamarin Runners
- VS Test Adapter
- VS Test Generator
- NUnit Analyzers