GitHub
NPM
Examples
Preparing search index...
The search index is not available
ArchUnitTS - v2.1.51
ArchUnitTS
FileCountThresholdBuilder
Class FileCountThresholdBuilder
Builder for file-level count metric thresholds
Implements
Checkable
Index
Constructors
constructor
Properties
metrics
Builder
metric
Methods
should
Be
Below
should
Be
Below
Or
Equal
should
Be
Above
should
Be
Above
Or
Equal
should
Be
check
Constructors
constructor
new
File
Count
Threshold
Builder
(
metricsBuilder
,
metric
)
:
FileCountThresholdBuilder
Parameters
metricsBuilder
:
MetricsBuilder
metric
:
FileCountMetric
Returns
FileCountThresholdBuilder
Properties
Readonly
metrics
Builder
metrics
Builder
:
MetricsBuilder
Readonly
metric
metric
:
FileCountMetric
Methods
should
Be
Below
should
Be
Below
(
threshold
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
Below
Or
Equal
should
Be
Below
Or
Equal
(
threshold
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
Above
should
Be
Above
(
threshold
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
Above
Or
Equal
should
Be
Above
Or
Equal
(
threshold
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
should
Be
(
threshold
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
check
check
(
options
?
)
:
Promise
<
Violation
[]
>
Parameters
Optional
options
:
CheckOptions
Returns
Promise
<
Violation
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
constructor
metrics
Builder
metric
should
Be
Below
should
Be
Below
Or
Equal
should
Be
Above
should
Be
Above
Or
Equal
should
Be
check
ArchUnitTS - v2.1.51
Loading...
Builder for file-level count metric thresholds