xee-testrunner 0.1.6

Conformance testing for Xee's XPath and XSLT implementations
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod assert;
mod core;
mod outcome;
mod xpath;
mod xslt;

pub(crate) use core::{Runnable, TestCase};
pub(crate) use outcome::{TestOutcome, UnexpectedError};
pub(crate) use xpath::XPathTestCase;
pub(crate) use xslt::XsltTestCase;