-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathUnitTests.txt
More file actions
29 lines (25 loc) · 996 Bytes
/
UnitTests.txt
File metadata and controls
29 lines (25 loc) · 996 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Contact
Create - Pass
Read - Pass
Update - Pass
Delete - Fail (Uncaught exception in sp_VendContact_DAL.DeleteContactContext(sp_VendContact_DM InputContact))
ContactEmail
Create - DAL Not Implemented
Read- Fail (Uncaught exception in sp_ContactEmail_DAL.ListContacts(Guid? contactid))
Update - DAL Not Implemented
Delete - DAL Not Implemented
VendAddress
Create - Pass
Read - Pass
Update - Fail (Uncaught exception in sp_VendAddress_DAL.UpdateAddressContext(sp_VendAddress_DM InputAddress)
Delete - Pass
Vendor
Create - Fail (Uncaught exception in sp_Vendor_DAL.InsertVendorContext(ref sp_Vendor_DM _cVendor)
Read - Pass
Update - Fail (Uncaught exception in sp_Vendor_DAL.UpdateVolunteerContext(sp_Vendor_DM _cVendor))
Delete - Fail (Uncaught exception in sp_Vendor_DAL.DeleteVendorContext(sp_Vendor_DM _cVendor))
VendorAddr
Create - BLL or DAL Not Implemented
Read - BLL or DAL Not Implemented
Update - BLL or DAL Not Implemented
Delete - BLL or DAL Not Implemented