rd-text
Toggle table of contents
2025.2.2-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
rd-text
rd-text
/
com.jetbrains.rd.rdtext.impl.intrinsics
/
RdAssertion
Rd
Assertion
data
class
RdAssertion
(
val
masterVersion
:
Int
,
val
slaveVersion
:
Int
,
val
text
:
String
)
:
IPrintable
Members
Constructors
Rd
Assertion
Link copied to clipboard
constructor
(
masterVersion
:
Int
,
slaveVersion
:
Int
,
text
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
:
IMarshaller
<
RdAssertion
>
Properties
master
Version
Link copied to clipboard
val
masterVersion
:
Int
slave
Version
Link copied to clipboard
val
slaveVersion
:
Int
text
Link copied to clipboard
val
text
:
String
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
print
Link copied to clipboard
open
override
fun
print
(
printer
:
PrettyPrinter
)