C# Class PclUnit.Run.TestCycleExceptions

Inheritance: System.Exception
Afficher le fichier Open project: jbtule/PclUnit Class Usage Examples

Méthodes publiques

Méthode Description
Add ( TestCycle cycle, Exception exception ) : void
Add ( TestCycleExceptions exceptions ) : void
GetResult ( IAssertionHelper helper ) : ResultKind
TestCycleExceptions ( ) : System
WriteOutExceptions ( IAssertionHelper helper ) : void

Private Methods

Méthode Description
WriteOutFullExceptionHelper ( IAssertionHelper helper, Exception ex ) : void

Method Details

Add() public méthode

public Add ( TestCycle cycle, Exception exception ) : void
cycle TestCycle
exception System.Exception
Résultat void

Add() public méthode

public Add ( TestCycleExceptions exceptions ) : void
exceptions TestCycleExceptions
Résultat void

GetResult() public méthode

public GetResult ( IAssertionHelper helper ) : ResultKind
helper IAssertionHelper
Résultat ResultKind

TestCycleExceptions() public méthode

public TestCycleExceptions ( ) : System
Résultat System

WriteOutExceptions() public méthode

public WriteOutExceptions ( IAssertionHelper helper ) : void
helper IAssertionHelper
Résultat void