Ejemplo n.º 1
0
 public void SetUp()
 {
     _component = (EmotionsComponent)_factory.Person(new Coord()).GetComponent <EmotionsComponent>();
     _answer    = _component.GetDetails();
 }
Ejemplo n.º 2
0
 public void SetUp()
 {
     _component = (EmotionsComponent)_factory.Person(new Coord()).GetComponent <EmotionsComponent>();
 }