Knowledge check

Completed

Answer the following questions, then select Check your answers.

1.

What is the expected outcome of a test function tagged with the #[test] attribute?

2.

What is the expected outcome of a test function tagged with the #[test] and #[should_panic] attributes?

3.

What is the expected outcome of a test function tagged with the #[test] and #[ignore] attributes?