[Quantproject-developers] QuantProject/b4_Business/a3_Testing Tester.cs,1.3,1.4
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-08-15 00:07:58
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a3_Testing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12720/b4_Business/a3_Testing Modified Files: Tester.cs Log Message: The ExcelManager class has been moved to the QuantProject.Presentation.Reporting.MicrosoftExcel namespace Index: Tester.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a3_Testing/Tester.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Tester.cs 28 Nov 2003 16:26:17 -0000 1.3 --- Tester.cs 15 Aug 2004 00:07:49 -0000 1.4 *************** *** 34,38 **** { /// <summary> ! /// Summary description for Tester. /// </summary> public class Tester : BackTester --- 34,39 ---- { /// <summary> ! /// Used to test an account (with its account strategy), given a time window, ! /// a trading system and a starting cash amount /// </summary> public class Tester : BackTester |