C# Class UnitTests.BaseTestFixture

Afficher le fichier Open project: jhicks/EventSourcing

Protected Properties

Свойство Type Description
_caughtException System.Exception

Méthodes protégées

Méthode Description
Finally ( ) : void
Given ( ) : void
When ( ) : void

Private Methods

Méthode Description
Setup ( ) : void

Method Details

Finally() protected méthode

protected Finally ( ) : void
Résultat void

Given() protected méthode

protected Given ( ) : void
Résultat void

When() protected abstract méthode

protected abstract When ( ) : void
Résultat void

Property Details

_caughtException protected_oe property

protected Exception,System _caughtException
Résultat System.Exception