Ninja
Public Member Functions | Public Attributes
StateTestWithBuiltinRules Struct Reference

A base test fixture that includes a State object with a builtin "cat" rule. More...

#include <test.h>

Inheritance diagram for StateTestWithBuiltinRules:
Inheritance graph
[legend]

List of all members.

Public Member Functions

NodeGetNode (const string &path)
 StateTestWithBuiltinRules ()

Public Attributes

State state_

Detailed Description

A base test fixture that includes a State object with a builtin "cat" rule.

Definition at line 29 of file test.h.


Constructor & Destructor Documentation

StateTestWithBuiltinRules::StateTestWithBuiltinRules ( )

Definition at line 19 of file test.cc.

References AssertParse(), and state_.


Member Function Documentation

Node * StateTestWithBuiltinRules::GetNode ( const string &  path)

Definition at line 25 of file test.cc.

References State::GetNode(), and state_.

Referenced by BuildTest::Dirty().


Member Data Documentation


The documentation for this struct was generated from the following files: