bevy/crates/bevy_reflect/src
Gino Valente 0caeaa2ca9
bevy_reflect: Update serde tests for Set (#14616)
# Objective

Support for reflecting set-like types (e.g. `HashSet`) was added in
#13014. However, we didn't add any serialization tests to verify that
serialization works as expected.

## Solution

Update the serde tests.

## Testing

You can test locally by running:

```
cargo test --package bevy_reflect
```
2024-08-06 01:29:15 +00:00
..
enums bevy_reflect: Nested TypeInfo getters (#13321) 2024-07-15 00:40:07 +00:00
func bevy_reflect: Function registry (#14098) 2024-08-06 01:09:48 +00:00
impls bevy_reflect: Adding support for Atomic values (#14419) 2024-07-29 23:33:18 +00:00
path Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
serde bevy_reflect: Update serde tests for Set (#14616) 2024-08-06 01:29:15 +00:00
array.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
attributes.rs Fix intra-doc links and make CI test them (#14076) 2024-07-11 13:08:31 +00:00
fields.rs bevy_reflect: Nested TypeInfo getters (#13321) 2024-07-15 00:40:07 +00:00
from_reflect.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
lib.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
list.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
map.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
reflect.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
set.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
std_traits.rs fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
struct_trait.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
tuple_struct.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
tuple.rs Implement FromIterator/IntoIterator for dynamic types (#14250) 2024-07-15 15:38:11 +00:00
type_info.rs Dedicated Reflect implementation for Set-like things (#13014) 2024-07-24 19:43:26 +00:00
type_path.rs Add on_unimplemented Diagnostics to Most Public Traits (#13347) (#13662) 2024-06-04 00:31:34 +00:00
type_registry.rs Apply Clippy lints regarding lazy evaluation and closures (#14015) 2024-07-01 15:54:40 +00:00
utility.rs bevy_reflect: Nested TypeInfo getters (#13321) 2024-07-15 00:40:07 +00:00