C# 클래스 NUnit.Framework.RetryAttribute

상속: PropertyAttribute, IWrapSetUpTearDown
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
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.

메소드 상세

RetryAttribute() 공개 메소드

Construct a RepeatAttribute
public RetryAttribute ( int count ) : System
count int The number of times to run the test
리턴 System

Wrap() 공개 메소드

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
리턴 NUnit.Framework.Internal.Commands.TestCommand