Lines Matching refs:a
14 ## <a name="overall-structure">Overall Structure</a>
17 [test runners](#test-runners). At a high level, atest does the following:
29 it). That is a critical piece that atest depends on. Module-info.json contains a
36 transform the user input into a ```TestInfo``` object that contains all of the
53 ## <a name="major-files-and-dirs">Major Files and Dirs</a>
55 Here is a list of major files and dirs that are important to point out:
66 contains logic to determine what test runner to use for a particular
73 ## <a name="test-finders">Test Finders</a>
78 dependencies for the supplied test, translating it into a form that a test
84 ## <a name="test-runners">Test Runners</a>
86 Test Runners are classes that execute the tests. They consume a ```TestInfo```
91 ## <a name="constants-override">Constants Override</a>
99 2. Add a ```vendorsetup.sh``` script in ```//vendor/<somewhere>``` to export the