public ValidateBatchTransactionRequestToDipsQueueMapper(
     IBatchTransactionRequestMapHelper batchTransactionRequestMapHelper)
 {
     this.batchTransactionRequestMapHelper = batchTransactionRequestMapHelper;
 }
Beispiel #2
0
 public CorrectBatchTransactionRequestToDipsDbIndexMapper(
     IBatchTransactionRequestMapHelper batchTransactionRequestMapHelper)
 {
     this.batchTransactionRequestMapHelper = batchTransactionRequestMapHelper;
 }
 public ValidateBatchTransactionRequestToDipsNabChqScanPodMapper(
     IBatchTransactionRequestMapHelper batchTransactionRequestMapHelper)
 {
     this.batchTransactionRequestMapHelper = batchTransactionRequestMapHelper;
 }
        public void TestInitialize()
        {
            adapterConfiguration = new Mock<IAdapterConfiguration>();
            dateTimeProvider = new Mock<IDateTimeProvider>();

            dipsBatchMapHelper = new BatchTransactionRequestMapHelper(dateTimeProvider.Object,
                adapterConfiguration.Object);

            sampleCorrectBatchTransactionRequest = new CorrectBatchTransactionRequest
            {
                voucherBatch = new VoucherBatch
                {
                    scannedBatchNumber = "58300013"
                },

                voucher = new[]
                {
                    new CorrectTransactionRequest
                    {
                        voucher = new Voucher{
                                auxDom = "001193",
                                bsbNumber ="013812",
                                accountNumber="256902729",
                                transactionCode ="50",
                                documentReferenceNumber = "583000026",
                                amount = "45.67"
                            }
                    },
                    new CorrectTransactionRequest
                    {
                        voucher = new Voucher{
                                auxDom = "001193",
                                bsbNumber ="092002",
                                accountNumber="814649",
                                transactionCode ="50",
                                documentReferenceNumber = "583000027",
                                amount = "2341.45"
                            }
                    } 
                }
            };

            sampleDipsQueue = new DipsQueue
            {
                ConcurrencyToken = null,
                CorrelationId = null,
                ResponseCompleted = false,
                S_BATCH = "58300013",
                S_CLIENT = "NabChq                                                                          ",
                S_COMPLETE = "    0",
                S_IMG_PATH = "C:\\Lombard\\Data\\ClientImages                                                    ",
                S_JOB_ID = "NabChqPod                                                                                                                       ",
                S_LOCATION = "CorrectTransaction               ",
                S_LOCK = "         0",
                S_LOCKMACHINENAME = "                 ",
                S_LOCKMODULENAME = "                 ",
                S_LOCKTIME = "          ",
                S_LOCKUNITID = "          ",
                S_LOCKUSER = "******",
                S_MODIFIED = "    0",
                S_PINDEX = "05-1504161414140",
                S_PRIORITY = "    5",
                S_PROCDATE = "         ",
                S_REPORTED = "     ",
                S_SDATE = "16/04/15",
                S_SELNSTRING = "16/04/15 58300013 NabChqPod                                                                                                     ",
                S_STIME = "14:14:14",
                S_TRACE = "583000026",
                S_USERNAME = null,
                S_UTIME = "          ",
                S_VERSION = "4.0.2.152                       "
            };

            sampleDipsNabChqs = new List<DipsNabChq>
            {
                new DipsNabChq
                {			
                    acc_num=	"256902729"	,
		            adj_code=	"  "	,
		            adj_desc=	"                              "	,
		            amount=	"45.67"	,
		            batch=	"58300013"	,
		            batch_type	="      "	,
		            bsb_num	="013812"	,
		            collecting_bank	="      "	,
		            delay_ind=	" "	,
		            doc_ref_num	="         "	,
		            doc_type	="  0"	,
		            ead	=null	,
		            fv_exchange	=" "	,
		            fv_ind	=" "	,
		            held_ind=	" "	,
		            host_trans_no=	"   "	,
		            ie_transaction_id=	"            "	,
		            img_front=	"        "	,
		            img_location=	"                                                                                "	,
		            img_rear	="        "	,
		            job_id	="NabChqPod      "	,
		            man_rep_ind	="0"	,
		            manual_repair	="     "	,
		            micr_flag	=" "	,
		            micr_suspect_fraud_flag	=" "	,
		            micr_unproc_flag	=" "	,
		            op_id	="               "	,
		            @override=	"     "	,
		            payee_name=	"                                                                                                                                                                                                                                                "	,
		            pocket=	" 0"	,
		            proc_date=	"20150416"	,
		            proc_time=	"    "	,
		            processing_state=	"   "	,
		            proof_seq=	"            "	,
		            raw_micr=	"                                                                "	,
		            raw_ocr=	"                                                                "	,
		            rec_type_id=	"    "	,
		            receiving_bank=	"   "	,
		            S_BALANCE=	"     0"	,
		            S_BATCH=	"58300013"	,
		            S_COMMITTED	="    0"	,
		            S_COMPLETE	="    0"	,
		            S_DEL_IND=	"    0"	,
		            S_IMG1_LEN	="        0"	,
		            S_IMG1_OFF	="        0"	,
		            S_IMG1_TYP	="    0"	,
		            S_IMG2_LEN	="        0"	,
		            S_IMG2_OFF	="        0"	,
		            S_IMG2_TYP	="    0"	,
		            S_LENGTH	="01025"	,
		            S_MODIFIED	="    0"	,
		            S_REPORTED	="    0"	,
		            S_REPROCESS	="    0"	,
		            S_SEQUENCE	="0000 "	,
		            S_STATUS1	="        0"	,
		            S_STATUS2	="        0"	,
		            S_STATUS3	="        0"	,
		            S_STATUS4	="        0"	,
		            S_TRACE=	"583000026"	,
		            S_TYPE	="    0"	,
		            ser_num	="001193"	,
		            sub_batch_type	="      "	,
		            sys_date=	"20150416"	,
		            trace=	"583000026"	,
		            trancode	="50"	,
		            trans_seq=	"     "	,
		            unit_id	="   "	,
		            volume=	"        "	
                },
                new DipsNabChq
                {
		            acc_num	="814649"	,
		            adj_code	="  "	,
		            adj_desc=	"                              "	,
		            amount	="2341.45"	,
		            batch	="58300013"	,
		            batch_type	="      "	,
		            bsb_num=	"092002"	,
		            collecting_bank	="      "	,
		            delay_ind=	" "	,
		            doc_ref_num	="         "	,
		            doc_type=	"  0"	,
		            ead	=null	,
		            fv_exchange	=" "	,
		            fv_ind=	" "	,
		            held_ind=	" "	,
		            host_trans_no=	"   "	,
		            ie_transaction_id=	"            "	,
		            img_front=	"        "	,
		            img_location=	"                                                                                "	,
		            img_rear=	"        "	,
		            job_id=	"NabChqPod      "	,
		            man_rep_ind=	"0"	,
		            manual_repair=	"     "	,
		            micr_flag=	" "	,
		            micr_suspect_fraud_flag	=" "	,
		            micr_unproc_flag=	" "	,
		            op_id=	"               "	,
		            @override	="     "	,
		            payee_name=	"                                                                                                                                                                                                                                                "	,
		            pocket	=" 0"	,
		            proc_date	="20150416"	,
		            proc_time	="    "	,
		            processing_state=	"   "	,
		            proof_seq=	"            "	,
		            raw_micr=	"                                                                "	,
		            raw_ocr	="                                                                "	,
		            rec_type_id	="    "	,
		            receiving_bank=	"   "	,
		            S_BALANCE	="     0"	,
		            S_BATCH=	"58300013"	,
		            S_COMMITTED	="    0"	,
		            S_COMPLETE	="    0"	,
		            S_DEL_IND	="    0"	,
		            S_IMG1_LEN	="        0"	,
		            S_IMG1_OFF	="        0"	,
		            S_IMG1_TYP	="    0"	,
		            S_IMG2_LEN	="        0"	,
		            S_IMG2_OFF	="        0"	,
		            S_IMG2_TYP	="    0"	,
		            S_LENGTH	="01025"	,
		            S_MODIFIED	="    0"	,
		            S_REPORTED	="    0"	,
		            S_REPROCESS	="    0"	,
		            S_SEQUENCE	="0000 "	,
		            S_STATUS1	="        0"	,
		            S_STATUS2	="        0"	,
		            S_STATUS3	="        0"	,
		            S_STATUS4	="        0"	,
		            S_TRACE=	"583000027"	,
		            S_TYPE	="    0"	,
		            ser_num	="001193"	,
		            sub_batch_type=	"      "	,
		            sys_date	="20150416"	,
		            trace=	"583000027"	,
		            trancode=	"50"	,
		            trans_seq=	"     "	,
		            unit_id	="   "	,
		            volume	="        "	
                }
            };

            sampleDipsDbIndexes = new List<DipsDbIndex>
            {
                new DipsDbIndex
                {
		            BATCH=	"58300013"	,
		            DEL_IND=	"    0"	,
		            REC_NO	="0         "	,
		            SEQUENCE	="0000 "	,
		            TABLE_NO=	"    0"	,
		            TRACE=	"583000026"
                },
                new DipsDbIndex
                {
		            BATCH =	"58300013"	,
		            DEL_IND=	"    0"	,
		            REC_NO	="0         "	,
		            SEQUENCE	="0000 "	,
		            TABLE_NO=	"    0"	,
		            TRACE=	"583000027"
                }
            };

            ExpectAdapterConfigurationToReturnValues("5", "4.0.2.152", @"C:\Lombard\Data\ClientImages");
            ExpectDateTimeProviderToReturnCurrentTimeInAustralianEasternTimeZone(new DateTime(2015, 4, 16, 14, 14, 14));
        }
        public void TestInitialize()
        {
            adapterConfiguration = new Mock <IAdapterConfiguration>();
            dateTimeProvider     = new Mock <IDateTimeProvider>();

            dipsBatchMapHelper = new BatchTransactionRequestMapHelper(dateTimeProvider.Object,
                                                                      adapterConfiguration.Object);

            sampleCorrectBatchTransactionRequest = new CorrectBatchTransactionRequest
            {
                voucherBatch = new VoucherBatch
                {
                    scannedBatchNumber = "58300013"
                },

                voucher = new[]
                {
                    new CorrectTransactionRequest
                    {
                        voucher = new Voucher {
                            auxDom                  = "001193",
                            bsbNumber               = "013812",
                            accountNumber           = "256902729",
                            transactionCode         = "50",
                            documentReferenceNumber = "583000026",
                            amount                  = "45.67"
                        }
                    },
                    new CorrectTransactionRequest
                    {
                        voucher = new Voucher {
                            auxDom                  = "001193",
                            bsbNumber               = "092002",
                            accountNumber           = "814649",
                            transactionCode         = "50",
                            documentReferenceNumber = "583000027",
                            amount                  = "2341.45"
                        }
                    }
                }
            };

            sampleDipsQueue = new DipsQueue
            {
                ConcurrencyToken  = null,
                CorrelationId     = null,
                ResponseCompleted = false,
                S_BATCH           = "58300013",
                S_CLIENT          = "NabChq                                                                          ",
                S_COMPLETE        = "    0",
                S_IMG_PATH        = "C:\\Lombard\\Data\\ClientImages                                                    ",
                S_JOB_ID          = "NabChqPod                                                                                                                       ",
                S_LOCATION        = "CorrectTransaction               ",
                S_LOCK            = "         0",
                S_LOCKMACHINENAME = "                 ",
                S_LOCKMODULENAME  = "                 ",
                S_LOCKTIME        = "          ",
                S_LOCKUNITID      = "          ",
                S_LOCKUSER        = "******",
                S_MODIFIED        = "    0",
                S_PINDEX          = "05-1504161414140",
                S_PRIORITY        = "    5",
                S_PROCDATE        = "         ",
                S_REPORTED        = "     ",
                S_SDATE           = "16/04/15",
                S_SELNSTRING      = "16/04/15 58300013 NabChqPod                                                                                                     ",
                S_STIME           = "14:14:14",
                S_TRACE           = "583000026",
                S_USERNAME        = null,
                S_UTIME           = "          ",
                S_VERSION         = "4.0.2.152                       "
            };

            sampleDipsNabChqs = new List <DipsNabChq>
            {
                new DipsNabChq
                {
                    acc_num                 = "256902729",
                    adj_code                = "  ",
                    adj_desc                = "                              ",
                    amount                  = "45.67",
                    batch                   = "58300013",
                    batch_type              = "      ",
                    bsb_num                 = "013812",
                    collecting_bank         = "      ",
                    delay_ind               = " ",
                    doc_ref_num             = "         ",
                    doc_type                = "  0",
                    ead                     = null,
                    fv_exchange             = " ",
                    fv_ind                  = " ",
                    held_ind                = " ",
                    host_trans_no           = "   ",
                    ie_transaction_id       = "            ",
                    img_front               = "        ",
                    img_location            = "                                                                                ",
                    img_rear                = "        ",
                    job_id                  = "NabChqPod      ",
                    man_rep_ind             = "0",
                    manual_repair           = "     ",
                    micr_flag               = " ",
                    micr_suspect_fraud_flag = " ",
                    micr_unproc_flag        = " ",
                    op_id                   = "               ",
                    @override               = "     ",
                    payee_name              = "                                                                                                                                                                                                                                                ",
                    pocket                  = " 0",
                    proc_date               = "20150416",
                    proc_time               = "    ",
                    processing_state        = "   ",
                    proof_seq               = "            ",
                    raw_micr                = "                                                                ",
                    raw_ocr                 = "                                                                ",
                    rec_type_id             = "    ",
                    receiving_bank          = "   ",
                    S_BALANCE               = "     0",
                    S_BATCH                 = "58300013",
                    S_COMMITTED             = "    0",
                    S_COMPLETE              = "    0",
                    S_DEL_IND               = "    0",
                    S_IMG1_LEN              = "        0",
                    S_IMG1_OFF              = "        0",
                    S_IMG1_TYP              = "    0",
                    S_IMG2_LEN              = "        0",
                    S_IMG2_OFF              = "        0",
                    S_IMG2_TYP              = "    0",
                    S_LENGTH                = "01025",
                    S_MODIFIED              = "    0",
                    S_REPORTED              = "    0",
                    S_REPROCESS             = "    0",
                    S_SEQUENCE              = "0000 ",
                    S_STATUS1               = "        0",
                    S_STATUS2               = "        0",
                    S_STATUS3               = "        0",
                    S_STATUS4               = "        0",
                    S_TRACE                 = "583000026",
                    S_TYPE                  = "    0",
                    ser_num                 = "001193",
                    sub_batch_type          = "      ",
                    sys_date                = "20150416",
                    trace                   = "583000026",
                    trancode                = "50",
                    trans_seq               = "     ",
                    unit_id                 = "   ",
                    volume                  = "        "
                },
                new DipsNabChq
                {
                    acc_num                 = "814649",
                    adj_code                = "  ",
                    adj_desc                = "                              ",
                    amount                  = "2341.45",
                    batch                   = "58300013",
                    batch_type              = "      ",
                    bsb_num                 = "092002",
                    collecting_bank         = "      ",
                    delay_ind               = " ",
                    doc_ref_num             = "         ",
                    doc_type                = "  0",
                    ead                     = null,
                    fv_exchange             = " ",
                    fv_ind                  = " ",
                    held_ind                = " ",
                    host_trans_no           = "   ",
                    ie_transaction_id       = "            ",
                    img_front               = "        ",
                    img_location            = "                                                                                ",
                    img_rear                = "        ",
                    job_id                  = "NabChqPod      ",
                    man_rep_ind             = "0",
                    manual_repair           = "     ",
                    micr_flag               = " ",
                    micr_suspect_fraud_flag = " ",
                    micr_unproc_flag        = " ",
                    op_id                   = "               ",
                    @override               = "     ",
                    payee_name              = "                                                                                                                                                                                                                                                ",
                    pocket                  = " 0",
                    proc_date               = "20150416",
                    proc_time               = "    ",
                    processing_state        = "   ",
                    proof_seq               = "            ",
                    raw_micr                = "                                                                ",
                    raw_ocr                 = "                                                                ",
                    rec_type_id             = "    ",
                    receiving_bank          = "   ",
                    S_BALANCE               = "     0",
                    S_BATCH                 = "58300013",
                    S_COMMITTED             = "    0",
                    S_COMPLETE              = "    0",
                    S_DEL_IND               = "    0",
                    S_IMG1_LEN              = "        0",
                    S_IMG1_OFF              = "        0",
                    S_IMG1_TYP              = "    0",
                    S_IMG2_LEN              = "        0",
                    S_IMG2_OFF              = "        0",
                    S_IMG2_TYP              = "    0",
                    S_LENGTH                = "01025",
                    S_MODIFIED              = "    0",
                    S_REPORTED              = "    0",
                    S_REPROCESS             = "    0",
                    S_SEQUENCE              = "0000 ",
                    S_STATUS1               = "        0",
                    S_STATUS2               = "        0",
                    S_STATUS3               = "        0",
                    S_STATUS4               = "        0",
                    S_TRACE                 = "583000027",
                    S_TYPE                  = "    0",
                    ser_num                 = "001193",
                    sub_batch_type          = "      ",
                    sys_date                = "20150416",
                    trace                   = "583000027",
                    trancode                = "50",
                    trans_seq               = "     ",
                    unit_id                 = "   ",
                    volume                  = "        "
                }
            };

            sampleDipsDbIndexes = new List <DipsDbIndex>
            {
                new DipsDbIndex
                {
                    BATCH    = "58300013",
                    DEL_IND  = "    0",
                    REC_NO   = "0         ",
                    SEQUENCE = "0000 ",
                    TABLE_NO = "    0",
                    TRACE    = "583000026"
                },
                new DipsDbIndex
                {
                    BATCH    = "58300013",
                    DEL_IND  = "    0",
                    REC_NO   = "0         ",
                    SEQUENCE = "0000 ",
                    TABLE_NO = "    0",
                    TRACE    = "583000027"
                }
            };

            ExpectAdapterConfigurationToReturnValues("5", "4.0.2.152", @"C:\Lombard\Data\ClientImages");
            ExpectDateTimeProviderToReturnCurrentTimeInAustralianEasternTimeZone(new DateTime(2015, 4, 16, 14, 14, 14));
        }