Lines Matching refs:IsTrue

52 				Assert.IsTrue (buffer.Post (i));  in BasicUsageTest()
58 Assert.IsTrue (buffer.Post (42)); in BasicUsageTest()
59 Assert.IsTrue (evt.Wait (1000)); in BasicUsageTest()
80 Assert.IsTrue (buffer.Post (i)); in TriggerBatchTest()
86 Assert.IsTrue (buffer.Post (42)); in TriggerBatchTest()
107 Assert.IsTrue (buffer.Post (i)); in TriggerBatchLateBinding()
133 Assert.IsTrue (buffer.Post (i)); in LateTriggerBatchKeepCountTest()
135 Assert.IsTrue (buffer.Post (42)); in LateTriggerBatchKeepCountTest()
174 Assert.IsTrue (source1.Post (11)); in NonGreedyBatchWithBoundedCapacityTest()
175 Assert.IsTrue (source2.Post (21)); in NonGreedyBatchWithBoundedCapacityTest()
179 Assert.IsTrue (source1.Post (12)); in NonGreedyBatchWithBoundedCapacityTest()
180 Assert.IsTrue (source2.Post (22)); in NonGreedyBatchWithBoundedCapacityTest()
185 Assert.IsTrue (source1.TryReceive (out i)); in NonGreedyBatchWithBoundedCapacityTest()
188 Assert.IsTrue (source1.Post (13)); in NonGreedyBatchWithBoundedCapacityTest()
191 Assert.IsTrue (block.TryReceive (out batch)); in NonGreedyBatchWithBoundedCapacityTest()
196 Assert.IsTrue (block.TryReceive (out batch)); in NonGreedyBatchWithBoundedCapacityTest()
208 Assert.IsTrue (block.Post (1)); in GreedyBatchWithBoundedCapacityTest()
209 Assert.IsTrue (block.Post (2)); in GreedyBatchWithBoundedCapacityTest()
215 Assert.IsTrue (block.Post (3)); in GreedyBatchWithBoundedCapacityTest()
219 Assert.IsTrue (block.TryReceive (out batch)); in GreedyBatchWithBoundedCapacityTest()
222 Assert.IsTrue (block.Post (5)); in GreedyBatchWithBoundedCapacityTest()
223 Assert.IsTrue (block.Post (6)); in GreedyBatchWithBoundedCapacityTest()
242 Assert.IsTrue (source1.Post (11)); in NonGreedyBatchWithBoundedCapacityTriggerTest()
243 Assert.IsTrue (source2.Post (21)); in NonGreedyBatchWithBoundedCapacityTriggerTest()
248 Assert.IsTrue (source1.Post (12)); in NonGreedyBatchWithBoundedCapacityTriggerTest()
257 Assert.IsTrue (block.TryReceive (out batch)); in NonGreedyBatchWithBoundedCapacityTriggerTest()
260 Assert.IsTrue (block.TryReceive (out batch)); in NonGreedyBatchWithBoundedCapacityTriggerTest()
281 Assert.IsTrue (source1.Post (11)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
282 Assert.IsTrue (source2.Post (21)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
287 Assert.IsTrue (source1.Post (12)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
288 Assert.IsTrue (source2.Post (22)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
293 Assert.IsTrue (source1.Post (13)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
294 Assert.IsTrue (source2.Post (23)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
300 Assert.IsTrue (source1.TryReceive (out i)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
302 Assert.IsTrue (source2.TryReceive (out i)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
306 Assert.IsTrue (block.TryReceive (out batch)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
309 Assert.IsTrue (block.TryReceive (out batch)); in NonGreedyBatchWithBoundedCapacityTriggerTest2()
324 Assert.IsTrue (block.Post (1)); in MaxNumberOfGroupsTest()
325 Assert.IsTrue (block.Post (2)); in MaxNumberOfGroupsTest()
327 Assert.IsTrue (block.Post (3)); in MaxNumberOfGroupsTest()
328 Assert.IsTrue (block.Post (4)); in MaxNumberOfGroupsTest()
335 Assert.IsTrue (block.TryReceive (out batch)); in MaxNumberOfGroupsTest()
338 Assert.IsTrue (block.TryReceive (out batch)); in MaxNumberOfGroupsTest()
343 Assert.IsTrue (block.Completion.Wait (1000)); in MaxNumberOfGroupsTest()
351 Assert.IsTrue (block.Post (1)); in CompletionWithTriggerTest()
360 Assert.IsTrue (block.Completion.Wait (1000)); in CompletionWithTriggerTest()
368 Assert.IsTrue (block.Post (1)); in CompletionWithoutTriggerTest()
369 Assert.IsTrue (block.Post (2)); in CompletionWithoutTriggerTest()
376 Assert.IsTrue (block.Completion.Wait (1000)); in CompletionWithoutTriggerTest()
384 Assert.IsTrue (block.Post (1)); in CompleteTriggersBatchTest()
391 Assert.IsTrue (block.Completion.Wait (1000)); in CompleteTriggersBatchTest()
406 Assert.IsTrue (source.Post (1)); in NonGreedyCompleteDoesnTriggerBatchTest()
413 Assert.IsTrue (block.Completion.Wait (1000)); in NonGreedyCompleteDoesnTriggerBatchTest()
438 Assert.IsTrue (source1.WasConsumed (header1)); in NonGreedyMaxNumberOfGroupsTest()
439 Assert.IsTrue (source2.WasConsumed (header1)); in NonGreedyMaxNumberOfGroupsTest()
446 Assert.IsTrue (block.TryReceive (out batch)); in NonGreedyMaxNumberOfGroupsTest()
449 Assert.IsTrue (block.Completion.Wait (1000)); in NonGreedyMaxNumberOfGroupsTest()