コード例 #1
0
 public void FilterControlRegistersFilter() {
    RecipeFactory.Type = typeof(ASpecialRecipe);
    _fc = new CategoryControl();
    IRecipe recipe = RecipeFactory.NewRecipe("");
    Assert.Greater(recipe.Selectors.Count, 0);
 }
コード例 #2
0
 public void Setup() {
    _fc = new CategoryControl();
    _fc.CreateControl();
 }