Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
AggregateSource
EventStore
Framework
EventStoreIntegrationAttribute
C# Class AggregateSource.EventStore.Framework.EventStoreIntegrationAttribute
Inheritance:
System.Attribute
,
ITestAction
Exibir arquivo
Open project: yreynhout/AggregateSource
Public Methods
Method
Description
AfterTest
(
ITest
test
) :
void
BeforeTest
(
ITest
test
) :
void
Method Details
AfterTest()
public
method
public
AfterTest
(
ITest
test
) :
void
test
ITest
return
void
BeforeTest()
public
method
public
BeforeTest
(
ITest
test
) :
void
test
ITest
return
void