C# Class EDNReaderTestCS.Program

Afficher le fichier Open project: edn-format/edn-dot-net

Méthodes publiques

Méthode Description
TestCollections ( ) : void
TestCustomHandler ( ) : void
TestEquality ( ) : void
TestParseDirectory ( ) : void
TestParser ( ) : void
TestSampleCustomHandler ( ) : void
TestWriter ( ) : void
TestreadFile ( ) : void
TestreadString ( ) : void

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

TestCollections() public static méthode

public static TestCollections ( ) : void
Résultat void

TestCustomHandler() public static méthode

public static TestCustomHandler ( ) : void
Résultat void

TestEquality() public static méthode

public static TestEquality ( ) : void
Résultat void

TestParseDirectory() public static méthode

public static TestParseDirectory ( ) : void
Résultat void

TestParser() public static méthode

public static TestParser ( ) : void
Résultat void

TestSampleCustomHandler() public static méthode

public static TestSampleCustomHandler ( ) : void
Résultat void

TestWriter() public static méthode

public static TestWriter ( ) : void
Résultat void

TestreadFile() public static méthode

public static TestreadFile ( ) : void
Résultat void

TestreadString() public static méthode

public static TestreadString ( ) : void
Résultat void