ArchUnitTS - v2.2.0
GitHub
NPM
Examples
Preparing search index...
Checkable
Interface Checkable
interface
Checkable
{
check
(
options
?:
CheckOptions
)
:
Promise
<
Violation
[]
>
;
}
Implemented by
CountThresholdBuilder
CustomFileCheckableCondition
CustomMetricCondition
CustomMetricThresholdBuilder
CycleFreeFileCondition
DependOnFileCondition
DistanceCondition
FileCountThresholdBuilder
MatchPatternFileCondition
MetricCondition
NegativeSliceCondition
PositiveSliceCondition
ZoneCondition
Index
Methods
check
Methods
check
check
(
options
?:
CheckOptions
)
:
Promise
<
Violation
[]
>
Parameters
Optional
options
:
CheckOptions
Returns
Promise
<
Violation
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
check
GitHub
NPM
Examples
ArchUnitTS - v2.2.0
Loading...