Exemplo n.º 1
0
TEST(Direccion, setCalleygetCalle) {
  Direccion d;  
  d.setCalle("Gran Capitan");
  EXPECT_EQ("Gran Capitan", d.getCalle());
}