Expand description

This is a macro for writing Rust test code in an easy way.

Macros

Test that the given argument is expected to be true.

Generate a test code that internally uses assert_eq!.

Generate a test code that internally uses assert_ne!.

Test to see if it panics as expected.