mir-ion ~master (2023-11-12T13:12:48Z)
Dub
Repo
testBasicData
tests
cases
Undocumented in source. Be warned that the author may not have intended to support it.
@
IonTestCase
("Known-good Ion data",
IonTestData.good
, false,
IonDataType.all
)
@
IonTestCase
("Known-good Ion typecodes",
IonTestData.goodTypecodes
, false,
IonDataType.all
)
@
IonTestCase
("Known-good Ion timestamps",
IonTestData.goodTimestamp
, false,
IonDataType.all
)
@
IonTestCase
("Known-bad Ion data",
IonTestData.bad
, true,
IonDataType.all
)
@
IonTestCase
("Known-bad Ion typecodes",
IonTestData.badTypecodes
, true,
IonDataType.all
)
@
IonTestCase
("Known-bad Ion timestamps",
IonTestData.badTimestamp
, true,
IonDataType.all
)
void
testBasicData
(
Test
test
)
Meta
Source
See Implementation
tests
cases
functions
testBasicData
testBinaryRoundTrip
testEquivs
testNonEquivs
testTextRoundTrip
structs
IonTestCase