コード例 #1
0
 protected void noOrders()
 {
     LogC.infoOnce("expected no orders");
     IsTrue(O.isEmpty(bridge().allOrders()));
 }