GLib.Test
  
  Description:
  Content:
  Enums:
  
  Functions:
  
    - public void add (string testpath, void* fixture, TestFixtureFunc fsetup, TestFixtureFunc ftest, TestFixtureFunc fteardown)
      
      
      
 
    - public void add_data_func (string testpath, owned TestDataFunc test_funcvoid)
      
      
      
 
    - public void add_data_func_full (string testpath, owned TestDataFunc test_func)
      
      
      
 
    - public void add_func (string testpath, owned TestFunc test_funcvoid)
      
      
      
 
    - public void assert_expected_messages ()
      
      
      
 
    - public void bug (string bug_uri_snippet)
      
      
      
 
    - public void bug_base (string uri_pattern)
      
      
      
 
    - public string build_filename (FileType file_type, string[] path_segments)
      
      
      
 
    - public void expect_message (string? log_domain, LogLevelFlags log_level, string pattern)
      
      
      
 
    - public void fail ()
      
      
      
 
    - public void fail_printf (string format, ...)
      
      
      
 
    - public bool failed ()
      
      
      
 
    - public unowned string get_dir (FileType file_type)
      
      
      
 
    - public unowned string get_filename (FileType file_type, string[] path_segments)
      
      
      
 
    - public unowned string get_path ()
      
      
      
 
    - public void incomplete (string? msg = null)
      
      
      
 
    - public void incomplete_printf (string format, ...)
      
      
      
 
    - public void init (ref unowned string[] args, ...)
      
      
      
 
    - public bool initialized ()
      
      
      
 
    - public void log_set_fatal_handler (LogFatalFunc log_func)
      
      
      
 
    - public void maximized_result (double maximized_quantity, string format, ...)
      
      
      
 
    - public void message (string format, ...)
      
      
      
 
    - public void minimized_result (double minimized_quantity, string format, ...)
      
      
      
 
    - public bool perf ()
      
      
      
 
    - public bool quick ()
      
      
      
 
    - public bool quiet ()
      
      
      
 
    - public bool rand_bit ()
      
      
      
 
    - public double rand_double ()
      
      
      
 
    - public double rand_double_range (double begin, double end)
      
      
      
 
    - public int32 rand_int ()
      
      
      
 
    - public int32 rand_int_range (int32 begin, int32 end)
      
      
      
 
    - public int run ()
      
      
      
 
    - public void set_nonfatal_assertions ()
      
      
      
 
    - public void skip (string? msg = null)
      
      
      
 
    - public void skip_printf (string format, ...)
      
      
      
 
    - public bool slow ()
      
      
      
 
    - public bool subprocess ()
      
      
      
 
    - public void summary (string summary)
      
      
      
 
    - public bool thorough ()
      
      
      
 
    - public double timer_elapsed ()
      
      
      
 
    - public double timer_last ()
      
      
      
 
    - public void timer_start ()
      
      
      
 
    - public void trap_assert_failed ()
      
      
      
 
    - public void trap_assert_passed ()
      
      
      
 
    - public void trap_assert_stderr (string serrpattern)
      
      
      
 
    - public void trap_assert_stderr_unmatched (string serrpattern)
      
      
      
 
    - public void trap_assert_stdout (string soutpattern)
      
      
      
 
    - public void trap_assert_stdout_unmatched (string soutpattern)
      
      
      
 
    - public bool trap_fork (uint64 usec_timeout, TestTrapFlags test_trap_flags)
        
      
      
 
    - public bool trap_has_passed ()
      
      
      
 
    - public bool trap_reached_timeout ()
      
      
      
 
    - public void trap_subprocess (string? test_path, uint64 usec_timeout, TestSubprocessFlags test_flags)
      
      
      
 
    - public bool verbose ()