C# Class ConsoleTest.MainClass

Afficher le fichier Open project: mbrezu/Shovel

Méthodes publiques

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

Private Methods

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

public static AnotherSimpleTest ( ) : void
Résultat void

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void

MasterMindBenchmark() public static méthode

public static MasterMindBenchmark ( ) : void
Résultat void

MasterMindRun() public static méthode

public static MasterMindRun ( Shovel bytecode, List sources ) : Shovel.Value
bytecode Shovel
sources List
Résultat Shovel.Value

SimpleTest() public static méthode

public static SimpleTest ( ) : void
Résultat void