JetBrains / JetBrains/resharper-unity
Inspection for method signature for [UnityTest] methods
Open
enhancement
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
`[UnityTest]` should be applied to public instance methods with no args that return `IEnumerator`. Create an inspection to make sure that the method signature is correct (see [`AttributedMethodSignatureProblemAnalyzer`](https://github.com/JetBrains/resharper-unity/blob/master/resharper/src/resharper-unity/Daemon/Stages/Analysis/AttributedMethodSignatureProblemAnalyzer.cs)).
Contributor guide
Assessment
This issue has not been assessed yet.