public void ShouldNotAddTempaleWithExistName()
 {
     Assert.Throws <ApplicationException>(() => FixtureFactoryLoader.LoadTemplates(), Resources.EXCEPTION_MESSAGE_EXIST_RULE_LABEL);
 }
 public void SetUp()
 {
     FixtureFactoryLoader.LoadTemplates();
 }