Functions | |
| dbus_bool_t | _dbus_auth_script_run (const DBusString *filename) |
| Runs an "auth script" which is a script for testing the authentication protocol. More... | |
The code in here is used for unit testing, it loads up a script that tests DBusAuth.
|
|
Runs an "auth script" which is a script for testing the authentication protocol. Scripts send and receive data, and then include assertions about the state of both ends of the connection after processing the data. A script succeeds if these assertions hold.
Definition at line 224 of file dbus-auth-script.c. References DBusError::message. |
1.2.15