C# Class NUnit.Framework.Internal.FinallyDelegate

Afficher le fichier Open project: mono/NUnitLite Class Usage Examples

Méthodes publiques

Méthode Description
Complete ( ) : void
FinallyDelegate ( ) : System
HandleUnhandledExc ( Exception ex ) : void
Set ( TestExecutionContext context, long startTicks, NUnit.Framework.Internal.TestResult result ) : void

Method Details

Complete() public méthode

public Complete ( ) : void
Résultat void

FinallyDelegate() public méthode

public FinallyDelegate ( ) : System
Résultat System

HandleUnhandledExc() public méthode

public HandleUnhandledExc ( Exception ex ) : void
ex System.Exception
Résultat void

Set() public méthode

public Set ( TestExecutionContext context, long startTicks, NUnit.Framework.Internal.TestResult result ) : void
context TestExecutionContext
startTicks long
result NUnit.Framework.Internal.TestResult
Résultat void