Re-exports§
pub use assert::and;pub use assert::or;pub use assert::snapshot;pub use assert::AssertResult;pub use assert::Asserter;pub use report::xacli::TestCaseConfig;pub use report::xacli::TestCaseResult;pub use report::xacli::TestCaseStatus;pub use report::xacli::TestError;pub use report::xacli::TestFailure;pub use report::xacli::TestSkipped;pub use report::xacli::TestSuiteResult;pub use report::xacli::TestSuitesResult;pub use spec::SpecFile;pub use testing::ExecuteResult;pub use testing::MockContext;pub use testing::TestCase;pub use testing::TestConfig;pub use testing::TestingApp;
Modules§
- assert
- Assert module for CLI testing
- report
- Test result reporting and formatting
- spec
- testing
- Testing utilities for CLI applications
Enums§
- Testing
Error - Error types for xacli-testing