showtime/tests/test

Types

pub type Test {
  Test(meta: Meta, test_function: fn() -> Nil)
}

Constructors

  • Test(meta: Meta, test_function: fn() -> Nil)

Functions

pub fn equal(a: a, b: a, meta: Meta) -> Nil
pub fn test(meta: Meta, test_function: fn(Meta) -> Nil) -> Test
Search Document