Module Make::MergeTests
A module that merges two test signatures.
This module can be used when multiple inline expectation tests occur in a single file. For example:
module Test1 implements TestSig {
...
}
module Test2 implements TestSig {
...
}
import MakeTest<MergeTests<Test1, Test2>>
Import path
import codeql.util.test.InlineExpectationsTest
Predicates
getARelevantTag | Returns all tags that can be generated by this test. Most tests will only ever produce a single tag. Any expected result comments for a tag that is not returned by the |
hasActualResult | Returns the actual results of the query that is being tested. Each result consist of the following values: - |
hasOptionalResult | Holds if there is an optional result on the specified location. |