GitHub
NPM
Examples
Preparing search index...
The search index is not available
ArchUnitTS - v2.1.51
ArchUnitTS
CountThresholdBuilder
Class CountThresholdBuilder
Builder for class-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
Count
Threshold
Builder
(
metricsBuilder
,
metric
)
:
CountThresholdBuilder
Parameters
metricsBuilder
:
MetricsBuilder
metric
:
CountMetric
Returns
CountThresholdBuilder
Properties
Readonly
metrics
Builder
metrics
Builder
:
MetricsBuilder
Readonly
metric
metric
:
CountMetric
Methods
should
Be
Below
should
Be
Below
(
threshold
)
:
CountThresholdBuilder
Parameters
threshold
:
number
Returns
CountThresholdBuilder
should
Be
Below
Or
Equal
should
Be
Below
Or
Equal
(
threshold
)
:
CountThresholdBuilder
Parameters
threshold
:
number
Returns
CountThresholdBuilder
should
Be
Above
should
Be
Above
(
threshold
)
:
CountThresholdBuilder
Parameters
threshold
:
number
Returns
CountThresholdBuilder
should
Be
Above
Or
Equal
should
Be
Above
Or
Equal
(
threshold
)
:
CountThresholdBuilder
Parameters
threshold
:
number
Returns
CountThresholdBuilder
should
Be
should
Be
(
threshold
)
:
CountThresholdBuilder
Parameters
threshold
:
number
Returns
CountThresholdBuilder
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 class-level count metric thresholds