Lines Matching defs:StatTest
260 struct StatTest : public StateTestWithBuiltinRules, struct
262 StatTest() : scan_(&state_, NULL, NULL, this, NULL) {} in StatTest() argument
266 virtual bool WriteFile(const string& path, const string& contents) { in WriteFile()
270 virtual bool MakeDir(const string& path) { in MakeDir()
274 virtual Status ReadFile(const string& path, string* contents, string* err) { in ReadFile()
278 virtual int RemoveFile(const string& path) { in RemoveFile()
283 DependencyScan scan_;
284 map<string, TimeStamp> mtimes_;
285 mutable vector<string> stats_;
296 TEST_F(StatTest, Simple) { in TEST_F() argument
311 TEST_F(StatTest, TwoStep) { in TEST_F() argument
330 TEST_F(StatTest, Tree) { in TEST_F() argument
348 TEST_F(StatTest, Middle) { in TEST_F() argument