tmdb-api-client
Toggle table of contents
5.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tmdb-api-client
http-client-tck
/
io.v47.tmdb.http.tck
/
TckResult
/
Failure
/
FailedTest
Failed
Test
data
class
FailedTest
(
val
name
:
String
,
val
expectedValue
:
Any
,
val
actualValue
:
Any
?
)
(
source
)
Members
Constructors
Failed
Test
Link copied to clipboard
constructor
(
name
:
String
,
expectedValue
:
Any
,
actualValue
:
Any
?
)
Properties
actual
Value
Link copied to clipboard
val
actualValue
:
Any
?
expected
Value
Link copied to clipboard
val
expectedValue
:
Any
name
Link copied to clipboard
val
name
:
String