FitNesse. DotNet. SuiteAcceptanceTests. SuiteCellHandlerTests.
TestQuerySymbols [add child]

 Set Up: .FitNesse.DotNet.SuiteAcceptanceTests.SetUp (edit)

The DotNet FitServer treats "()", "?" and "!" as indications that you are trying to access information (for fields, properties and methods).



string fixture
field field! field? field()
aValue aValue aValue aValue
anotherValue anotherValue anotherValue anotherValue

string fixture
property property! property? property()
aValue aValue aValue aValue
anotherValue anotherValue anotherValue anotherValue

string fixture
set get! get? get()
aValue aValue aValue aValue
anotherValue anotherValue anotherValue anotherValue

 Tear Down: .FitNesse.DotNet.SuiteAcceptanceTests.TearDown (edit)