GdUnit4Net Diagnostic Analyzer Overview

April 27, 2025 ยท View on GitHub

IdSeverityTitle
GdUnit0201ErrorMultiple TestCase attributes not allowed with DataPoint
GdUnit0500ErrorGodot Runtime Required for Test Class
GdUnit0501ErrorGodot Runtime Required for Test Method

Category Overview

All diagnostics in this analyzer focus on attribute usage and test configuration correctness:

Attribute Usage

GdUnit0201: Ensures correct usage of TestCase attributes with DataPoint GdUnit0501: Ensures proper test configuration for Godot engine dependencies

General Guidelines

Use appropriate attributes for your test scenarios Follow the correct testing patterns for different test types (standard vs Godot) Pay attention to attribute combinations that might cause conflicts