C# Class PclUnit.Run.TestCycleExceptions

Inheritance: System.Exception
Exibir arquivo Open project: jbtule/PclUnit Class Usage Examples

Public Methods

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

Private Methods

Method Description
WriteOutFullExceptionHelper ( IAssertionHelper helper, Exception ex ) : void

Method Details

Add() public method

public Add ( TestCycle cycle, Exception exception ) : void
cycle TestCycle
exception System.Exception
return void

Add() public method

public Add ( TestCycleExceptions exceptions ) : void
exceptions TestCycleExceptions
return void

GetResult() public method

public GetResult ( IAssertionHelper helper ) : ResultKind
helper IAssertionHelper
return ResultKind

TestCycleExceptions() public method

public TestCycleExceptions ( ) : System
return System

WriteOutExceptions() public method

public WriteOutExceptions ( IAssertionHelper helper ) : void
helper IAssertionHelper
return void