Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
bucket_test_state Struct Reference

Test state structure for scheme wizards. More...

Data Fields

unsigned int created:1
 Whether the object has been created or not. More...
 
unsigned int deleted:1
 Whether the object has been deleted or not. More...
 
unsigned int is_stale:1
 Whether the object is stale or not. More...
 
unsigned int updated:1
 Whether the object has been updated or not. More...
 

Detailed Description

Test state structure for scheme wizards.

Definition at line 44 of file test_bucket.c.

Field Documentation

◆ created

unsigned int created

Whether the object has been created or not.

Definition at line 46 of file test_bucket.c.

Referenced by AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_create().

◆ deleted

unsigned int deleted

Whether the object has been deleted or not.

Definition at line 50 of file test_bucket.c.

Referenced by AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_delete().

◆ is_stale

unsigned int is_stale

Whether the object is stale or not.

Definition at line 52 of file test_bucket.c.

Referenced by AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_is_stale().

◆ updated

unsigned int updated

Whether the object has been updated or not.

Definition at line 48 of file test_bucket.c.

Referenced by AST_TEST_DEFINE(), bucket_test_wizard_clear(), and bucket_test_wizard_update().


The documentation for this struct was generated from the following file: