Files
codeql/csharp/ql/test/library-tests/frameworks/test/NUnit2.ql
2018-08-02 17:53:23 +01:00

6 lines
165 B
Plaintext

import csharp
import semmle.code.csharp.frameworks.test.NUnit
from TestCaseSourceAttribute attribute
select attribute.getTarget(), attribute.getSourceDeclaration()