tracy
Toggle table of contents
JVM Test Fixtures
Target filter
JVM Test Fixtures
Switch theme
Search in API
Skip to content
tracy
test-utils
/
org.jetbrains.ai.tracy.test.utils
Package-level
declarations
Types
Functions
Types
Base
AITracing
Test
Link copied to clipboard
@
TestInstance
(
value
=
TestInstance.Lifecycle.PER_CLASS
)
abstract
class
BaseAITracingTest
:
BaseOpenTelemetryTracingTest
Base
Open
Telemetry
Tracing
Test
Link copied to clipboard
@
TestInstance
(
value
=
TestInstance.Lifecycle.PER_CLASS
)
abstract
class
BaseOpenTelemetryTracingTest
Media
Content
Attribute
Values
Link copied to clipboard
sealed
class
MediaContentAttributeValues
(
val
type
:
SupportedMediaContentTypes
)
Media
Source
Link copied to clipboard
sealed
class
MediaSource
Functions
as
Data
Url
Link copied to clipboard
fun
MediaSource.File
.
asDataUrl
(
)
:
DataUrl
load
File
Link copied to clipboard
fun
loadFile
(
filepath
:
String
)
:
File
load
File
As
Base64Encoded
Link copied to clipboard
fun
loadFileAsBase64Encoded
(
filepath
:
String
)
:
String
to
Data
Url
Link copied to clipboard
fun
MediaSource.File
.
toDataUrl
(
)
:
String
to
Media
Content
Attribute
Values
Link copied to clipboard
fun
MediaSource
.
toMediaContentAttributeValues
(
field
:
String
)
:
MediaContentAttributeValues