Lines Matching +full:test +full:- +full:serde
1 # serde\_test   [![Build Status]][actions] [![Latest Version]][crates.io]
3 [Build Status]: https://img.shields.io/github/actions/workflow/status/serde-rs/test/ci.yml?branch=m…
4 [actions]: https://github.com/serde-rs/test/actions?query=branch%3Amaster
6 [crates.io]: https://crates.io/crates/serde\_test
11 [`Serialize`]: serde::ser::Serialize
12 [`Deserialize`]: serde::de::Deserialize
17 `Serializer` method calls. There is an [`assert_ser_tokens`] function to test
19 [`assert_de_tokens`] function to test that a value can be deserialized from a
20 particular sequence of method calls, and an [`assert_tokens`] function to test
21 both directions. There are also functions to test expected failure conditions.
23 [`Serializer`]: serde::ser::Serializer
25 Here is an example from the [`linked-hash-map`] crate.
27 [`linked-hash-map`]: https://github.com/contain-rs/linked-hash-map
33 #[test]
46 #[test]
74 Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
75 2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
82 for inclusion in this crate by you, as defined in the Apache-2.0 license, shall