forPlatform abstract method
Returns a copy of this with all platform-specific metadata resolved.
Removes any tests and groups with Metadata.testOn selectors that don't
match platform. Returns null if this entry's selector doesn't match.
Implementation
@override
Test? forPlatform(SuitePlatform platform);