Bug: 273953205

Clone this repo:
  1. 0c073af Migrate 25 crates to monorepo by James Farrell · 8 weeks ago main master
  2. e1dd546 Restore missing LICENSE-MIT to match crate archive. by James Farrell · 8 weeks ago
  3. 8254c05 Update Android.bp by running cargo_embargo am: 4ca9590764 by James Farrell · 4 months ago
  4. 4ca9590 Update Android.bp by running cargo_embargo by James Farrell · 4 months ago
  5. e59f463 Update Android.bp by running cargo_embargo am: 705905a77f am: 3db4b899ec by James Farrell · 7 months ago android15-tests-dev aml_ads_350923060 aml_art_350913340 aml_art_351011240 aml_cbr_350910020 aml_cbr_351011020 aml_doc_350915120 aml_doc_351012120 aml_ext_350912020 aml_med_350914000 aml_net_350911020 aml_net_351010000 aml_net_351010020 aml_odp_350923040 aml_per_350910080 aml_per_351014000 aml_res_351011000 aml_sdk_350910000 aml_sta_350911020 aml_swc_350914020 aml_swc_350914040 aml_tet_350911120 aml_tet_351010220 aml_uwb_350911040 aml_uwb_351011040

libtest-mimic

Write your own test harness that looks and behaves like the built-in test harness (used by rustc --test)!

This is a simple and small testing framework that mimics the original libtest. That means: all output looks pretty much like cargo test and most CLI arguments are understood and used. With that plumbing work out of the way, your test runner can focus on the actual testing. (MSRV: 1.60)

See the documentation or the examples/ folder for more information.


License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.