public interface NativeTestable
Modifier and Type | Method and Description |
---|---|
CxxPreprocessorInput |
getPrivateCxxPreprocessorInput(CxxPlatform cxxPlatform,
ActionGraphBuilder graphBuilder)
Return the
CxxPreprocessorInput to expose private headers of this rule. |
boolean |
isTestedBy(BuildTarget testTarget)
Return true if this rule is tested by
testTarget , false otherwise. |
boolean isTestedBy(BuildTarget testTarget)
testTarget
, false otherwise.CxxPreprocessorInput getPrivateCxxPreprocessorInput(CxxPlatform cxxPlatform, ActionGraphBuilder graphBuilder)
CxxPreprocessorInput
to expose private headers of this rule. This is used to
propagate private headers to the test testing this object. For convenience, tests can see
private headers visible in the rule being tested.