Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
SpecExpress
Specification
C# Class SpecExpress.Specification
Show file
Open project: rbell/SpecExpress
Public Methods
Method
Description
Assert
(
Action
rules
) :
void
Validate
(
Action
rules
) :
ValidationNotification
Method Details
Assert()
public
static
method
public
static
Assert
(
Action
rules
) :
void
rules
Action
return
void
Validate()
public
static
method
public
static
Validate
(
Action
rules
) :
ValidationNotification
rules
Action
return
ValidationNotification