ArchUnitTS - v2.2.0
GitHub
NPM
Examples
Preparing search index...
FileCountViolation
Class FileCountViolation
File-level metric violation
Implements
Violation
Index
Constructors
constructor
Properties
file
Path
metric
Name
metric
Value
threshold
comparison
Methods
to
String
Constructors
constructor
new
FileCountViolation
(
filePath
:
string
,
metricName
:
string
,
metricValue
:
number
,
threshold
:
number
,
comparison
:
MetricComparison
,
)
:
FileCountViolation
Parameters
filePath
:
string
metricName
:
string
metricValue
:
number
threshold
:
number
comparison
:
MetricComparison
Returns
FileCountViolation
Properties
Readonly
file
Path
filePath
:
string
Readonly
metric
Name
metricName
:
string
Readonly
metric
Value
metricValue
:
number
Readonly
threshold
threshold
:
number
Readonly
comparison
comparison
:
MetricComparison
Methods
to
String
toString
()
:
string
Returns a string representation of an object.
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
file
Path
metric
Name
metric
Value
threshold
comparison
Methods
to
String
GitHub
NPM
Examples
ArchUnitTS - v2.2.0
Loading...
File-level metric violation