Esempio n. 1
0
 public void InitializeTest()
 {
     _altemaCharacterNodeParser         = new AltemaCharacterNodeParser();
     _altemaCharacterJapaneseTextMapper = new AltemaCharacterJapaneseTextMapper();
     _altemaCharacterNodeInterpreter    = new AltemaCharacterNodeInterpreter(_altemaCharacterJapaneseTextMapper);
     _characterRatingLogic = new CharacterRatingLogic(_enlirRepository, _altemaCharacterRatingRepository,
                                                      _altemaCharacterNodeParser, _altemaCharacterNodeInterpreter, _cacheProvider, _altemaCharacterRatingLogicLogger);
 }
Esempio n. 2
0
 public AltemaCharacterNodeInterpreter(IAltemaCharacterJapaneseTextMapper altemaCharacterJapaneseTextMapper)
 {
     _altemaCharacterJapaneseTextMapper = altemaCharacterJapaneseTextMapper;
 }