diff --git a/README.md b/README.md index c2860f4..50fd892 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Delphi Mocks is a simple mocking framework for Delphi XE2 or later. It makes use of RTTI features that are only available in Delphi XE2, however I do hope to be able to get it working with earlier versions of Delphi (2010 or later) at some stage. -This framework currently only implements mocking for interfaces, mocking for objects will be added as time permits. +UPDATED : Now implements mocking on classes and interfaces. -Behaviors, Expectations and Verification are now all implemented. - -TODO : Unit tests! \ No newline at end of file +TODO : More testing. \ No newline at end of file