Package-level declarations

Types

Link copied to clipboard
interface BsonDeclaration

Functions

Link copied to clipboard
fun SuiteDsl.array(context: Prepared<BsonContext>)

Test array representations.

Link copied to clipboard
fun SuiteDsl.binary(context: Prepared<BsonContext>)

Test binary representations.

Link copied to clipboard
fun SuiteDsl.boolean(context: Prepared<BsonContext>)

Test boolean representations.

Link copied to clipboard
fun SuiteDsl.code(context: Prepared<BsonContext>)

Test code representations.

Link copied to clipboard
fun SuiteDsl.datetime(context: Prepared<BsonContext>)

Test datetime representations.

Link copied to clipboard
fun SuiteDsl.document(context: Prepared<BsonContext>)

Test boolean representations.

Link copied to clipboard
fun SuiteDsl.double(context: Prepared<BsonContext>)

Test boolean representations.

Link copied to clipboard
fun SuiteDsl.int32(context: Prepared<BsonContext>)

Test boolean representations.

Link copied to clipboard
fun SuiteDsl.int64(context: Prepared<BsonContext>)

Test boolean representations.

Link copied to clipboard
fun SuiteDsl.minMaxKey(context: Prepared<BsonContext>)

Test MinKey and MaxKey representations.

Link copied to clipboard
fun SuiteDsl.objectId(context: Prepared<BsonContext>)

Test boolean representations.

Link copied to clipboard
fun SuiteDsl.regex(context: Prepared<BsonContext>)

Test regex representation.

Link copied to clipboard
fun SuiteDsl.reprNull(context: Prepared<BsonContext>)

Test null representation.

Link copied to clipboard
fun SuiteDsl.reprUndefined(context: Prepared<BsonContext>)

Test undefined representation.

Link copied to clipboard
infix fun Bson.shouldBeHex(expected: String)
Link copied to clipboard
fun SuiteDsl.string(context: Prepared<BsonContext>)

Test boolean representations.

Link copied to clipboard
fun SuiteDsl.testBson(context: Prepared<BsonContext>, name: String, vararg declarations: BsonDeclaration)
Link copied to clipboard
fun SuiteDsl.timestamp(context: Prepared<BsonContext>)

Test timestamp representations.