[][src]Crate datatest_derive

Attribute Macros

data_ctor_internal
data_ctor_registration

Wrapper that turns on behavior that works on stable Rust.

data_test_case_internal
data_test_case_registration

Wrapper that turns on behavior that works only on nightly Rust.

files_ctor_internal
files_ctor_registration

Wrapper that turns on behavior that works on stable Rust.

files_test_case_internal
files_test_case_registration

Wrapper that turns on behavior that works only on nightly Rust.

test_ctor_registration

Replacement for the #[test] attribute that uses ctor-based test registration so it can be used when the whole test harness is replaced.