Skip to content

unit AssertProviderI

em.lang/AssertProviderI.em
1
2
3
4
5
6
7
8
package em.lang

interface AssertProviderI

    function enabled(): bool
    function trigger(upath: atom_t, line: uint16, msg: atom_t, arg1: iarg_t, arg2: iarg_t)

end