ArchUnitTS - v2.2.0
GitHub
NPM
Examples
Preparing search index...
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
FileCountThresholdBuilder
(
metricsBuilder
:
MetricsBuilder
,
metric
:
FileCountMetric
,
)
:
FileCountThresholdBuilder
Parameters
metricsBuilder
:
MetricsBuilder
metric
:
FileCountMetric
Returns
FileCountThresholdBuilder
Properties
Readonly
metrics
Builder
metricsBuilder
:
MetricsBuilder
Readonly
metric
metric
:
FileCountMetric
Methods
should
Be
Below
shouldBeBelow
(
threshold
:
number
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
Below
Or
Equal
shouldBeBelowOrEqual
(
threshold
:
number
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
Above
shouldBeAbove
(
threshold
:
number
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
Above
Or
Equal
shouldBeAboveOrEqual
(
threshold
:
number
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
should
Be
shouldBe
(
threshold
:
number
)
:
FileCountThresholdBuilder
Parameters
threshold
:
number
Returns
FileCountThresholdBuilder
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
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
GitHub
NPM
Examples
ArchUnitTS - v2.2.0
Loading...
Builder for file-level count metric thresholds