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

Afficher le fichier Open project: ahodroj/prologdotnet

Méthodes publiques

Méthode Description
Write ( string filename, string s ) : void

Private Methods

Méthode 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 méthode

public Write ( string filename, string s ) : void
filename string
s string
Résultat void