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