public IEnumerator ShowProductInfos() { var products = router.ProductInfos(); True(products.Length == 2, "not match."); yield break; }
[MTest] public void ShowProductInfos() { var products = router.ProductInfos(); Assert(products.Length == 2, "not match."); }