C# 클래스 NUnit.Framework.Internal.Commands.ApplyChangesToContextCommand

ContextSettingsCommand applies specified changes to the TestExecutionContext prior to running a test. No special action is needed after the test runs, since the prior context will be restored automatically.
상속: NUnit.Framework.Internal.Commands.DelegatingTestCommand
파일 보기 프로젝트 열기: nunit/nunit 1 사용 예제들

공개 메소드들

메소드 설명
ApplyChangesToContextCommand ( NUnit.Framework.Internal.Commands.TestCommand innerCommand, IEnumerable changes ) : System
Execute ( TestExecutionContext context ) : TestResult

메소드 상세

ApplyChangesToContextCommand() 공개 메소드

public ApplyChangesToContextCommand ( NUnit.Framework.Internal.Commands.TestCommand innerCommand, IEnumerable changes ) : System
innerCommand NUnit.Framework.Internal.Commands.TestCommand
changes IEnumerable
리턴 System

Execute() 공개 메소드

public Execute ( TestExecutionContext context ) : TestResult
context TestExecutionContext
리턴 TestResult