Converted DMT tests to DmtTestsUnit:
Converted DMT tests to DmtTestsUnit:
- new HVRTTIUtilsTestsUnit with the decitions on TestInsight/GUI/Console usage as the IDE keeps messing up the IFDEFs in the .dpr file
- new DmtTestsUnit with DMT tests
- new HVDMT unit with common DMT code
- modified TestDmt and TestMethodTable projects to use HVDMT
https://github.com/jpluimers/HVRTTIUtils/commit/49ed9fd66029e87bd78df340f4abf5ab9ee50f36
Continuation of
- https://plus.google.com/+JeroenPluimers/posts/Ywr9jPvkgyd
- https://plus.google.com/+JeroenPluimers/posts/CbTjGbW8fjx
Hallvard Vassbotn can you take a look at https://github.com/jpluimers/HVRTTIUtils/issues/8 ?
https://github.com/jpluimers/HVRTTIUtils/commit/49ed9fd66029e87bd78df340f4abf5ab9ee50f36
- new HVRTTIUtilsTestsUnit with the decitions on TestInsight/GUI/Console usage as the IDE keeps messing up the IFDEFs in the .dpr file
- new DmtTestsUnit with DMT tests
- new HVDMT unit with common DMT code
- modified TestDmt and TestMethodTable projects to use HVDMT
https://github.com/jpluimers/HVRTTIUtils/commit/49ed9fd66029e87bd78df340f4abf5ab9ee50f36
Continuation of
- https://plus.google.com/+JeroenPluimers/posts/Ywr9jPvkgyd
- https://plus.google.com/+JeroenPluimers/posts/CbTjGbW8fjx
Hallvard Vassbotn can you take a look at https://github.com/jpluimers/HVRTTIUtils/issues/8 ?
https://github.com/jpluimers/HVRTTIUtils/commit/49ed9fd66029e87bd78df340f4abf5ab9ee50f36
Because your test is defect? You add 3 objects of class TMyClass and one of TMyDescendent2 which inherits from TMyClass, so equals operator on ClassType will of course fail. You have to use .InheritsFrom
ReplyDeleteFWIW: TMyDescendent_Create_FasterDynamicLoop_Outperforms_SlowDynamicLoop fails here on 10.1
github.com - Fix EAssertionFailed with message 'Instance.ClassType TMyDescendent2 <> TMyClass TMyClass · Issue #8 · jpluimers/HVRTTIUtils
ReplyDelete