메소드 | 설명 | |
---|---|---|
CheckedWait ( this wh ) : void | ||
CreateGuardedThread ( Action &waitForThread, Action start ) : Thread | ||
CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action start ) : Thread | ||
CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action | ||
CreateGuardedThread ( Action &waitForThread, Action | ||
RunTestInBackgroundThread ( Action test ) : void | ||
WaitForCondition ( Func |
||
WaitForConditionWithCustomDelay ( Func |
||
WaitForConditionWithoutBlocking ( Func |
public static CreateGuardedThread ( Action &waitForThread, Action start ) : Thread | ||
waitForThread | Action | |
start | Action | |
리턴 | Thread |
public static CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action start ) : Thread | ||
checkForThreadErrors | Action | |
waitForThread | Action | |
start | Action | |
리턴 | Thread |
public static CreateGuardedThread ( Action &checkForThreadErrors, Action &waitForThread, Action | ||
checkForThreadErrors | Action | |
waitForThread | Action | |
start | Action | |
리턴 | Thread |
public static CreateGuardedThread ( Action &waitForThread, Action | ||
waitForThread | Action | |
start | Action | |
리턴 | Thread |
public static RunTestInBackgroundThread ( Action test ) : void | ||
test | Action | |
리턴 | void |
public static WaitForCondition ( Func |
||
condition | Func |
|
리턴 | void |
public static WaitForConditionWithCustomDelay ( Func |
||
condition | Func |
|
delay | Action | |
리턴 | void |
public static WaitForConditionWithoutBlocking ( Func |
||
condition | Func |
|
리턴 | void |