HomeSort by relevance Sort by last modified time
    Searched full:assert_configuration (Results 1 - 1 of 1) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config_unittest.py 75 def assert_configuration(self, contents, expected): member in class:ConfigTest
118 self.assert_configuration('Release', 'Release')
121 self.assert_configuration('Debug', 'Debug')
124 self.assert_configuration('Deployment', 'Release')
127 self.assert_configuration('Development', 'Debug')
139 self.assert_configuration('Unknown', 'Unknown')

Completed in 381 milliseconds