Class Kitab\DocTest\Asserter\Assert

class Assert extends atoum\asserter
{
    pub fn setWith($callable);
}

The assert asserter. It helps to test a piece of code using the assert intrinsic.

Methods

pub fn setWith($callable)