C# 클래스 ConsoleTests.MainClass

파일 보기 프로젝트 열기: jbakic/Shielded

공개 메소드들

메소드 설명
BetShopPoolTest ( ) : void
BetShopTest ( ) : void

Creates a BetShop, and tries to buy a large number of random tickets. Afterwards it checks that the rule limiting same ticket winnings is not violated.

DictionaryPoolTest ( ) : void
Main ( string args ) : void
MultiFieldOps ( ) : void
SimpleCommuteTest ( ) : void
SimpleProxyOps ( ) : void
SimpleTreeTest ( ) : void
SkewTest ( ) : void
TimeTests ( ) : void
TreeTest ( ) : void
mtTest ( string name, int taskCount, Task>.Func task ) : long

비공개 메소드들

메소드 설명
ControlledRace ( ) : void
DictionaryTest ( ) : void
OneTransaction ( ) : void
ParallelAddWithSaving ( ) : void
SimpleOps ( ) : void
Timed ( string name, int numRepeats, System.Action act ) : long

메소드 상세

BetShopPoolTest() 공개 정적인 메소드

public static BetShopPoolTest ( ) : void
리턴 void

BetShopTest() 공개 정적인 메소드

Creates a BetShop, and tries to buy a large number of random tickets. Afterwards it checks that the rule limiting same ticket winnings is not violated.
public static BetShopTest ( ) : void
리턴 void

DictionaryPoolTest() 공개 정적인 메소드

public static DictionaryPoolTest ( ) : void
리턴 void

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void

MultiFieldOps() 공개 정적인 메소드

public static MultiFieldOps ( ) : void
리턴 void

SimpleCommuteTest() 공개 정적인 메소드

public static SimpleCommuteTest ( ) : void
리턴 void

SimpleProxyOps() 공개 정적인 메소드

public static SimpleProxyOps ( ) : void
리턴 void

SimpleTreeTest() 공개 정적인 메소드

public static SimpleTreeTest ( ) : void
리턴 void

SkewTest() 공개 정적인 메소드

public static SkewTest ( ) : void
리턴 void

TimeTests() 공개 정적인 메소드

public static TimeTests ( ) : void
리턴 void

TreeTest() 공개 정적인 메소드

public static TreeTest ( ) : void
리턴 void

mtTest() 공개 정적인 메소드

public static mtTest ( string name, int taskCount, Task>.Func task ) : long
name string
taskCount int
task Task>.Func
리턴 long