C# Class EDNReaderTestCS.Program

Datei anzeigen Open project: edn-format/edn-dot-net

Public Methods

Method Description
TestCollections ( ) : void
TestCustomHandler ( ) : void
TestEquality ( ) : void
TestParseDirectory ( ) : void
TestParser ( ) : void
TestSampleCustomHandler ( ) : void
TestWriter ( ) : void
TestreadFile ( ) : void
TestreadString ( ) : void

Private Methods

Method Description
Main ( string args ) : void

Method Details

TestCollections() public static method

public static TestCollections ( ) : void
return void

TestCustomHandler() public static method

public static TestCustomHandler ( ) : void
return void

TestEquality() public static method

public static TestEquality ( ) : void
return void

TestParseDirectory() public static method

public static TestParseDirectory ( ) : void
return void

TestParser() public static method

public static TestParser ( ) : void
return void

TestSampleCustomHandler() public static method

public static TestSampleCustomHandler ( ) : void
return void

TestWriter() public static method

public static TestWriter ( ) : void
return void

TestreadFile() public static method

public static TestreadFile ( ) : void
return void

TestreadString() public static method

public static TestreadString ( ) : void
return void