C# Class ConsoleTest.MainClass

Show file Open project: mbrezu/Shovel

Public Methods

Method Description
AnotherSimpleTest ( ) : void
Main ( string args ) : void
MasterMindBenchmark ( ) : void
MasterMindRun ( Shovel bytecode, List sources ) : Shovel.Value
SimpleTest ( ) : void

Private Methods

Method Description
ApplyPrimitiveTest ( ) : void
ApplyTestTails ( ) : void
CollectTestTails ( ) : void
CurryTest ( ) : void
FormatTest ( ) : void
GetPrintAndStopUdps ( ) : IEnumerable
IndirectArrayTest ( ) : void
IndirectHashTest ( ) : void
Mastermind ( ) : string
MultilineComments ( ) : void
PostfixTest ( ) : void
SerializerTest ( ) : void
StringInterpolationTest ( ) : void
UdpTest ( ) : void

Method Details

AnotherSimpleTest() public static method

public static AnotherSimpleTest ( ) : void
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

MasterMindBenchmark() public static method

public static MasterMindBenchmark ( ) : void
return void

MasterMindRun() public static method

public static MasterMindRun ( Shovel bytecode, List sources ) : Shovel.Value
bytecode Shovel
sources List
return Shovel.Value

SimpleTest() public static method

public static SimpleTest ( ) : void
return void