gameServer2/src/protocol/test.rs
changeset 13805 0463a4221327
parent 13801 5fb40c8e5542
equal deleted inserted replaced
13804:201d86010a8b 13805:0463a4221327
     1 use proptest::{
     1 use proptest::{
     2     test_runner::{TestRunner, Reason},
     2     test_runner::{TestRunner, Reason},
     3     arbitrary::{any, any_with, Arbitrary, StrategyFor},
     3     arbitrary::{any, any_with, Arbitrary, StrategyFor},
     4     strategy::{Strategy, BoxedStrategy, Just, Map},
     4     strategy::{Strategy, BoxedStrategy, Just, Map}
     5 };
     5 };
     6 
     6 
     7 use crate::server::coretypes::{GameCfg, TeamInfo, HedgehogInfo};
     7 use crate::server::coretypes::{GameCfg, TeamInfo, HedgehogInfo};
     8 
     8 
     9 use super::messages::{
     9 use super::messages::{