C# Class NUnit.Framework.RetryAttribute

Inheritance: PropertyAttribute, IWrapSetUpTearDown
Afficher le fichier Open project: nunit/nunit

Méthodes publiques

Méthode Description
RetryAttribute ( int count ) : System

Construct a RepeatAttribute

Wrap ( NUnit.Framework.Internal.Commands.TestCommand command ) : NUnit.Framework.Internal.Commands.TestCommand

Wrap a command and return the result.

Method Details

RetryAttribute() public méthode

Construct a RepeatAttribute
public RetryAttribute ( int count ) : System
count int The number of times to run the test
Résultat System

Wrap() public méthode

Wrap a command and return the result.
public Wrap ( NUnit.Framework.Internal.Commands.TestCommand command ) : NUnit.Framework.Internal.Commands.TestCommand
command NUnit.Framework.Internal.Commands.TestCommand The command to be wrapped
Résultat NUnit.Framework.Internal.Commands.TestCommand