HomeSort by relevance Sort by last modified time
    Searched refs:TestCmd (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gyp/test/errors/
gyptest-errors.py 12 import TestCmd
23 match=TestCmd.match_re)
28 match=TestCmd.match_re)
33 match=TestCmd.match_re)
39 match=TestCmd.match_re)
47 match=TestCmd.match_re)
  /external/chromium_org/tools/gyp/test/mac/
gyptest-app-error.py 11 import TestCmd
22 if not TestCmd.is_List(a):
24 if not TestCmd.is_List(b):
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 12 The TestCommon class is a subclass of the TestCmd class. In essence,
13 TestCommon is a wrapper that handles common TestCmd error conditions in
17 as a useful example of how to define your own TestCmd subclass.
19 As a subclass of TestCmd, TestCommon provides access to all of the
20 variables and methods from the TestCmd module. Consequently, you can
21 use any variable or method documented in the TestCmd module without
22 having to explicitly import TestCmd.
29 You can use all of the TestCmd keyword arguments when instantiating a
30 TestCommon object; see the TestCmd documentation for details.
104 from TestCmd import
    [all...]
TestGyp.py 17 import TestCmd
49 arrange for its destruction (via the TestCmd superclass) and
    [all...]
TestCmd.py 2 TestCmd.py: a testing framework for commands and scripts.
4 The TestCmd module provides a framework for portable automated testing
8 In addition to running tests and evaluating conditions, the TestCmd
14 A TestCmd environment object is created via the usual invocation:
16 import TestCmd
17 test = TestCmd.TestCmd()
21 test = TestCmd.TestCmd(description = 'string',
137 The TestCmd module provides pass_test(), fail_test(), and no_result(
    [all...]

Completed in 882 milliseconds