Crate autocxx_integration_tests

Crate autocxx_integration_tests 

Source

Structs§

TestBuilderContext
The BuilderContext used in autocxx’s integration tests.

Enums§

RsFindMode
What environment variables we should set in order to tell rustc how to find the Rust code.
TestError
In the future maybe the tests will distinguish the exact type of failure expected.

Traits§

BuilderModifierFns
CodeCheckerFns

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

Type Aliases§

BuilderModifier
CodeChecker