enum GLib::TestResult

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/g_lib.cr

Enum Members

Success = 0_u32
Skipped = 1_u32
Failure = 2_u32
Incomplete = 3_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def failure? #

def incomplete? #

def skipped? #

def success? #