test_eq

Declaration

test_eq :: fn (got: string, expected: string, loc := #call_location)
test_eq :: fn (got: s64, expected: s64, loc := #call_location)
test_eq :: fn (got: u64, expected: u64, loc := #call_location)
test_eq :: fn (got: f32, expected: f32, loc := #call_location)
test_eq :: fn (got: f64, expected: f64, loc := #call_location)
test_eq :: fn (got: *u8, expected: *u8, loc := #call_location)

Description

Test whether got value is equal to expected value.

Arguments

  • got Value to be checked.

  • expected Expected value of got.

  • loc Optional call side location.

Declared in: test.bl