delphimvcframework/unittests/Several
Daniele Teti 9b70ee40fc IMPLEMENTED
IMVCSerUnSer = interface
    ['{1ECA942A-E3C4-45DD-9D23-C00363B5E334}']
    function SerializeObject(AObject: TObject; AIgnoredProperties: array of string): String;
    function SerializeObjectStrict(AObject: TObject): String;
    function SerializeDataSet(ADataSet: TDataSet; AIgnoredFields: array of string): String;
    function SerializeCollection(AList: TObject; AIgnoredProperties: array of string): String;
    function SerializeCollectionStrict(AList: TObject): String;
    procedure DeserializeObject(ASerializedObject: String; AObject: TObject);
    procedure DeserializeCollection(ASerializedObjectList: string; AList: IMVCList; AClazz: TClass);
  end;
2017-02-08 18:30:32 +01:00
..
BOs.pas IMPLEMENTED 2017-02-08 18:30:32 +01:00
DMVCFrameworkTests.dpr IMPLEMENTED 2017-02-08 18:30:32 +01:00
DMVCFrameworkTests.dproj IMPLEMENTED 2017-02-08 18:30:32 +01:00
DMVCFrameworkTests.res ADDED 2016-10-12 13:11:19 +02:00
fishes.xml Refactored, adjusted, retested and moved tests 2015-12-22 09:29:25 -02:00
FrameworkTestsU.pas IMPLEMENTED 2017-02-08 18:30:32 +01:00
LiveServerTestU.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
MessagingExtensionsTestU.pas FIX OnBeforeAction (Thank you to Marco Mottadelli) 2017-01-05 12:45:51 +01:00
RESTAdapterTestsU.pas Moved TMVCHTTPMethodType and TMVCHTTPMethods to MVCFramework.Commons.pas (You controllers may not compile animore without using this unit) 2017-01-18 21:54:16 +01:00
SerializationFrameworkTestsU.pas IMPLEMENTED 2017-02-08 18:30:32 +01:00
TestControllersU.pas Refactored, adjusted, retested and moved tests 2015-12-22 09:29:25 -02:00