fuchsia_unittest_package
A wrapper around fuchsia_test_package which doesn't require components.
This rule allows users to construct a fuchsia_test_package without having to
create components for each test. This allows users to take a dependency on a
rule like fuchsia_cc_test directly.
It is up to the author of the rule being depended on to craft the rule in a
way that it exposes the generated test component to this rule. The convention
is that a unit_test target must also create a fuchsia_test_component which
has the name .unittest_component.
See fuchsia_test_package for additional arguments.
PARAMETERS
Name |
Description |
Default |
name |
This target name. |
- |
unit_tests |
The unit_test targets. These targets must have a generated fuchsia_test_component with the name <name>.unittest_component. |
- |
kwargs |
Arguments to forward to the fuchsia_test_package. |
- |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-04 UTC."],[],[],null,[]]