C# Class Axiom.Compiler.Framework.Unit_Tests.PrologScannerTest

Show file Open project: ahodroj/prologdotnet

Public Methods

Method Description
Write ( string filename, string s ) : void

Private Methods

Method Description
AtomTest ( ) : void
CommaTest ( ) : void
CurrentTest ( ) : void
DotTest ( ) : void
FactTokensRule ( ) : void
LBracketTest ( ) : void
LParenTest ( ) : void
ListSepTest ( ) : void
LookaheadTest ( ) : void
RBracketTest ( ) : void
RParenTest ( ) : void
StringTest ( ) : void
TestEnd ( ) : void
TestSetup ( ) : void
VariableTest ( ) : void

Method Details

Write() public method

public Write ( string filename, string s ) : void
filename string
s string
return void