// Test 8 – mixed suite: some #[test] methods take self, some do not
//
// When at least one test takes self, the constructor args must appear in the
// macro pattern. Tests without self should still compile and run correctly.
use MixedSuite;
mixed_suite!;