[][src]Function tensile::test

pub fn test<S, T>(name: S, testable: T) -> Test<T::Error> where
    S: Into<String>,
    T: Testable + Send + 'static,