Lines Matching refs:is
2 Atest is a command line tool that allows users to run Android tests locally
4 options. It wraps the logic and calls Trade Federation under the hood. This is
10 Currently it is able to run all host unit tests only. Capability to run tests
11 that requires a device is still work in progress.
25 <p>Note: "--host" is needed to run the test completely on the host without a device.
47 written with customized Bazel rules. An example Build file is as follows:
77 At last, ```bazel test``` command is executed for the test targets.
81 Here is a list of major differences from the Atest Standard Mode:
83 terminal, while in Bazel Mode only test target result is showing. For test case
85 the summary result is that atest invokes Bazel command with default parameters.
86 Bazel command option "--test_output" is defaulted to be "summary". User has the
92 currently. Supporting flexible test finder is work in progress.
101 Bazel execution is done within a sandbox. The purpose is to create a hermetic
103 is not careful when reading and writting test data.
105 For reading, there is not much restriction as the new Bazel sandbox design
125 One example is C++ android::base::ReadFileToString function. The solution is to