IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Syntax.SyntaxTest Class Reference

Inherited by NUnit.Framework.Syntax.AfterTest_AndOperator, NUnit.Framework.Syntax.AfterTest_PropertyTest, NUnit.Framework.Syntax.AfterTest_SimpleConstraint, NUnit.Framework.Syntax.AllTest, NUnit.Framework.Syntax.AndIsEvaluatedBeforeFollowingOr, NUnit.Framework.Syntax.AndIsEvaluatedBeforePrecedingOr, NUnit.Framework.Syntax.AndOperatorOverride, NUnit.Framework.Syntax.AndTest, NUnit.Framework.Syntax.AndTest_ThreeAndsWithNot, NUnit.Framework.Syntax.AssignableFromTest, NUnit.Framework.Syntax.AssignableFromTest_Generic, NUnit.Framework.Syntax.AssignableToTest, NUnit.Framework.Syntax.AssignableToTest_Generic, NUnit.Framework.Syntax.AtLeastTest, NUnit.Framework.Syntax.AtMostTest, NUnit.Framework.Syntax.AttributeTest, NUnit.Framework.Syntax.AttributeTest_Generic, NUnit.Framework.Syntax.AttributeTestWithFollowingConstraint, NUnit.Framework.Syntax.BinarySerializableTest, NUnit.Framework.Syntax.CollectionContainsTest, NUnit.Framework.Syntax.CollectionEquivalentTest, NUnit.Framework.Syntax.CollectionOrderedByTest, NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer, NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer_Descending, NUnit.Framework.Syntax.CollectionOrderedByTest_Descending, NUnit.Framework.Syntax.CollectionOrderedTest, NUnit.Framework.Syntax.CollectionOrderedTest_Comparer, NUnit.Framework.Syntax.CollectionOrderedTest_Comparer_Descending, NUnit.Framework.Syntax.CollectionOrderedTest_Descending, NUnit.Framework.Syntax.CollectionSubsetTest, NUnit.Framework.Syntax.ContainsTest, NUnit.Framework.Syntax.ContainsTest_IgnoreCase, NUnit.Framework.Syntax.CountTest, NUnit.Framework.Syntax.EndsWithTest, NUnit.Framework.Syntax.EndsWithTest_IgnoreCase, NUnit.Framework.Syntax.EqualToTest, NUnit.Framework.Syntax.EqualToTest_IgnoreCase, NUnit.Framework.Syntax.EqualToTest_WithinTolerance, NUnit.Framework.Syntax.ExactTypeTest, NUnit.Framework.Syntax.ExactTypeTest_Generic, NUnit.Framework.Syntax.FalseTest, NUnit.Framework.Syntax.GreaterThanOrEqualTest, NUnit.Framework.Syntax.GreaterThanTest, NUnit.Framework.Syntax.InstanceOfTest, NUnit.Framework.Syntax.InstanceOfTest_Generic, NUnit.Framework.Syntax.LengthTest, NUnit.Framework.Syntax.LessThanOrEqualTest, NUnit.Framework.Syntax.LessThanTest, NUnit.Framework.Syntax.MessageTest, NUnit.Framework.Syntax.NaNTest, NUnit.Framework.Syntax.NegativeTest, NUnit.Framework.Syntax.NoneTest, NUnit.Framework.Syntax.NotOperatorOverride, NUnit.Framework.Syntax.NotSamePathOrUnderTest_IgnoreCase, NUnit.Framework.Syntax.NotSamePathOrUnderTest_RespectCase, NUnit.Framework.Syntax.NotSamePathTest_IgnoreCase, NUnit.Framework.Syntax.NotSamePathTest_RespectCase, NUnit.Framework.Syntax.NotTest, NUnit.Framework.Syntax.NotTest_Cascaded, NUnit.Framework.Syntax.NullTest, NUnit.Framework.Syntax.OrOperatorOverride, NUnit.Framework.Syntax.OrTest, NUnit.Framework.Syntax.OrTest_ThreeOrs, NUnit.Framework.Syntax.PositiveTest, NUnit.Framework.Syntax.PropertyExistsTest, NUnit.Framework.Syntax.PropertyExistsTest_AndFollows, NUnit.Framework.Syntax.PropertyTest_ConstraintFollows, NUnit.Framework.Syntax.PropertyTest_NotFollows, NUnit.Framework.Syntax.RegexTest, NUnit.Framework.Syntax.RegexTest_IgnoreCase, NUnit.Framework.Syntax.SamePathOrUnderTest, NUnit.Framework.Syntax.SamePathOrUnderTest_IgnoreCase, NUnit.Framework.Syntax.SamePathOrUnderTest_RespectCase, NUnit.Framework.Syntax.SamePathTest, NUnit.Framework.Syntax.SamePathTest_IgnoreCase, NUnit.Framework.Syntax.SamePathTest_RespectCase, NUnit.Framework.Syntax.SomeTest, NUnit.Framework.Syntax.SomeTest_BeforeBinaryOperators, NUnit.Framework.Syntax.SomeTest_NestedSome, NUnit.Framework.Syntax.SomeTest_UseOfAndSome, NUnit.Framework.Syntax.StartsWithTest, NUnit.Framework.Syntax.StartsWithTest_IgnoreCase, NUnit.Framework.Syntax.TextStartsWithTest, NUnit.Framework.Syntax.TrueTest, NUnit.Framework.Syntax.UniqueTest, and NUnit.Framework.Syntax.XmlSerializableTest.

+ Collaboration diagram for NUnit.Framework.Syntax.SyntaxTest:

Public Member Functions

void SupportedByStaticSyntax ()
 
void SupportedByConstraintBuilder ()
 
void SupportedByInheritedSyntax ()
 

Protected Member Functions

AssertionHelper Helper ()
 
ConstraintExpression Builder ()
 

Protected Attributes

string parseTree
 
IResolveConstraint staticSyntax
 
IResolveConstraint inheritedSyntax
 
IResolveConstraint builderSyntax
 

Member Function Documentation

AssertionHelper NUnit.Framework.Syntax.SyntaxTest.Helper ( )
inlineprotected
ConstraintExpression NUnit.Framework.Syntax.SyntaxTest.Builder ( )
inlineprotected

Member Data Documentation

string NUnit.Framework.Syntax.SyntaxTest.parseTree
protected
IResolveConstraint NUnit.Framework.Syntax.SyntaxTest.staticSyntax
protected
IResolveConstraint NUnit.Framework.Syntax.SyntaxTest.inheritedSyntax
protected
IResolveConstraint NUnit.Framework.Syntax.SyntaxTest.builderSyntax
protected

The documentation for this class was generated from the following file: