com
.
tritondigital
.
datadog
.
matcher
MetricHamcrestMatcher
class
MetricHamcrestMatcher
extends
TypeSafeMatcher
[
String
]
Linear Supertypes
TypeSafeMatcher
[
String
],
BaseMatcher
[
String
],
Matcher
[
String
],
SelfDescribing
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
MetricHamcrestMatcher
TypeSafeMatcher
BaseMatcher
Matcher
SelfDescribing
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
MetricHamcrestMatcher
(
name:
String
,
code:
String
,
tags:
String
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
describeMismatch
(
arg0:
Any
,
arg1:
Description
)
:
Unit
Definition Classes
TypeSafeMatcher → BaseMatcher → Matcher
def
describeMismatchSafely
(
arg0:
String
,
arg1:
Description
)
:
Unit
Attributes
protected[
org.hamcrest
]
Definition Classes
TypeSafeMatcher
def
describeTo
(
description:
Description
)
:
Unit
Definition Classes
MetricHamcrestMatcher
→ SelfDescribing
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
matches
(
arg0:
Any
)
:
Boolean
Definition Classes
TypeSafeMatcher → Matcher
def
matchesSafely
(
item:
String
)
:
Boolean
Definition Classes
MetricHamcrestMatcher
→ TypeSafeMatcher
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
BaseMatcher → AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
final
def
_dont_implement_Matcher___instead_extend_BaseMatcher_
()
:
Unit
Definition Classes
BaseMatcher → Matcher
Annotations
@Deprecated
@deprecated
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
TypeSafeMatcher
[
String
]
Inherited from
BaseMatcher
[
String
]
Inherited from
Matcher
[
String
]
Inherited from
SelfDescribing
Inherited from
AnyRef
Inherited from
Any
Ungrouped