rd-text
2022.3.4
rd-text
/
com.jetbrains.rd.rdtext.impl.intrinsics
/
RdAssertion
Rd
Assertion
data
class
RdAssertion
(
val
masterVersion
:
Int
,
val
slaveVersion
:
Int
,
val
text
:
String
)
:
IPrintable
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Rd
Assertion
Link copied to clipboard
fun
RdAssertion
(
masterVersion
:
Int
,
slaveVersion
:
Int
,
text
:
String
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
IMarshaller
<
RdAssertion
>
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
print
Link copied to clipboard
open
override
fun
print
(
printer
:
PrettyPrinter
)
Content copied to clipboard
Properties
master
Version
Link copied to clipboard
val
masterVersion
:
Int
Content copied to clipboard
slave
Version
Link copied to clipboard
val
slaveVersion
:
Int
Content copied to clipboard
text
Link copied to clipboard
val
text
:
String
Content copied to clipboard