DelphiSpec
DelphiSpec copied to clipboard
Delphi library for running automated tests written in plain language
the inspired by Cucumber link in the readme points to some unrelated stuff now
I have upgraded DUnitX library and now DelphiSpecDUnitXDemo project is not compiling. DUnitX.Extensibility.ITestFixture.AddTest method requires now new ARttiMethod parameter of type TRttiMethod and problem occurs in DelphiSpec.DUnitX.TDelphiSpecFixtureProvider.Execute method. What should...
Hello Roman, I'm usin Delphi 7 and XE6. Can I use your samples? So, Could you elaborate any online tutorial or a course? Please send me an email: [email protected]
Feature Compiler Compiles feature file to includable pascal files with test class interface and register method. --- Added DelphiSpec.groupproj with: FeatureCompile.dproj DelphiSpecDemo.dproj dependent on FeatureCompile DelphiSpecDUnitXDemo.dproj dependent on FeatureCompile When...
Hi RomanYankovsky, I have seen this DelphiSpec library and found it very useful. Is there any version available to support Delphi 2007. I see you make use of generic collections...