Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0
-
None
-
groovy 1.0, Java 1.5, Windows 2000
Description
Would like the ability to stub/mock constructors.
Example:
def dateStub = new StubFor( Date )
dateStub.demand.Date
{ aControlCurrentTime }
Expectation is that .Date would be the default constructor of the Date class.