Structs§
- Test
Builder Context - The
BuilderContextused in autocxx’s integration tests.
Enums§
- RsFind
Mode - What environment variables we should set in order to tell rustc how to find the Rust code.
- Test
Error - In the future maybe the tests will distinguish the exact type of failure expected.
Traits§
Functions§
- build_
from_ folder - API to test building pre-generated files.
- directives_
from_ lists - do_
run_ test - do_
run_ test_ manual - doctest
- API to run a documentation test. Panics if the test fails. Guarantees not to emit anything to stdout and so can be run in an mdbook context.
- run_
generate_ all_ test - run_
test - A positive test, we expect to pass.
- run_
test_ ex - A positive test, we expect to pass.
- run_
test_ expect_ fail - run_
test_ expect_ fail_ ex