Ejemplo n.º 1
0
 public void GivenABoxWithAKeyInsideThenTheKeyIsReturnedWhenSearched()
 {
     Assert.Same(key, boxWithKey.Search());
 }
Ejemplo n.º 2
0
 public void GivenAKeyItReturnsItselfWhenSearched()
 {
     Assert.Same(key, key.Search());
 }