Lines Matching refs:assert_true
29 assert_true(feof(outfile)); in assert_describe_result()
60 assert_true(cbor_bytestring_add_chunk( in test_indefinite_bytestring()
62 assert_true(cbor_bytestring_add_chunk( in test_indefinite_bytestring()
87 assert_true( in test_indefinite_string()
89 assert_true( in test_indefinite_string()
114 assert_true(cbor_array_push(item, cbor_move(cbor_build_uint8(1)))); in test_definite_array()
115 assert_true(cbor_array_push(item, cbor_move(cbor_build_uint8(2)))); in test_definite_array()
125 assert_true(cbor_array_push(item, cbor_move(cbor_build_uint8(1)))); in test_indefinite_array()
126 assert_true(cbor_array_push(item, cbor_move(cbor_build_uint8(2)))); in test_indefinite_array()
136 assert_true(cbor_map_add( in test_definite_map()
149 assert_true(cbor_map_add( in test_indefinite_map()
170 assert_true(cbor_array_push(item, cbor_move(cbor_build_bool(true)))); in test_floats()
171 assert_true( in test_floats()
173 assert_true( in test_floats()
175 assert_true(cbor_array_push(item, cbor_move(cbor_build_ctrl(24)))); in test_floats()
176 assert_true(cbor_array_push(item, cbor_move(cbor_build_float4(3.14f)))); in test_floats()