Registry / testing / gtk-test

gtk-test

JSON →
library0.18.0rscratesunverified

Crate to test GTK UIs by simulating user interactions and checking widget states.

# Cargo.toml [dependencies] gtk-test = "0.18.0"
INSTALL
IMPORT
SIG · GTK-TEST
G
gtk-test
testingrustv0.18.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestContext
use gtk_test::TestContext;

Create a GTK test context.

use gtk_test::TestContext; fn main() { let ctx = TestContext::new(); println!("Test context created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
gtk-test — cargo add gtk-test · libregistry