Crate drone_test [] [src]

Drone support crate for rustc's built in unit-test and micro-benchmarking framework.

Reexports

pub use TestFn::*;
pub use TestName::*;

Modules

io

IO from/into host OS.

macros

Collection of macros.

panicking

Panicking support.

Macros

panic

Override of the standard panic! macro.

Structs

TestDesc

The definition of a single test.

TestDescAndFn

Test function with description.

Enums

ShouldPanic

A should_panic attribute handler.

TestFn

A function that runs a test.

TestName

The name of a test.

Functions

_start

Entry point.

test_main_static

The test runner.

test_panic

Overridden panic routine.