keeganwitt / gmock

Automatically exported from code.google.com/p/gmock
6 stars 2 forks source link

Verify should fail if a constructor expectation hasn't been verify #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

def mock = mock(Loader, constructor: ["name"])

play  {

}

Should fail has the constructor expectation hasn't been matched.

Original issue reported on code.google.com by julien.g...@gmail.com on 11 Oct 2008 at 10:18

GoogleCodeExporter commented 9 years ago

Original comment by julien.g...@gmail.com on 11 Oct 2008 at 1:11

GoogleCodeExporter commented 9 years ago

Original comment by julien.g...@gmail.com on 11 Oct 2008 at 2:02