pub trait TestGroup { fn new(algorithm: &str, tgjson: &str) -> AcvpResult<Self> where Self: Sized; fn dump(&self) -> String; fn pretty(&self) -> String; }