SYMBOL INDEX (3245 symbols across 726 files) FILE: CoreTests/ApiWrapperTest.cs class ApiWrapperTest (line 7) | public class ApiWrapperTest method ApiWrapperTest (line 9) | public ApiWrapperTest() method CreateCoreApi (line 24) | private static IXeroCoreApi CreateCoreApi() method SetUp (line 32) | protected void SetUp() method Given_a_bank_account (line 38) | protected Account Given_a_bank_account() method Given_an_account (line 43) | protected Account Given_an_account() FILE: CoreTests/Integration/Accounts/Create.cs class Create (line 8) | [TestFixture] method create_account (line 11) | [Test] method create_bank_account (line 24) | [Test] method incorrect_types_are_rejected (line 36) | [Test] FILE: CoreTests/Integration/Accounts/Find.cs class Find (line 10) | [TestFixture] method find_by_value (line 13) | [Test] method find_by_id (line 24) | [Test] method finding_a_non_system_account_has_null_SystemAccount (line 38) | [Test] method find_accounts_ifmodifiedsince (line 54) | [Test] FILE: CoreTests/Integration/Accounts/Update.cs class Update (line 9) | public class Update : ApiWrapperTest method Update_account (line 11) | [Test] method Archive_account (line 28) | [Test] method CreateAccount (line 44) | private Account CreateAccount() FILE: CoreTests/Integration/Allocations/Add.cs class Add (line 10) | [TestFixture] method allocation_to_invoice (line 13) | [Test] method allocation_to_invoice_minimal (line 32) | [Test] method allocation_on_creditnote (line 52) | [Test] method allocation_on_prepayment (line 72) | [Test] method allocation_on_overpayment (line 92) | [Test] method Credit_notes_show_up_on_invoices (line 112) | [Test] method Prepayments_show_on_invoices (line 133) | [Test] method Overpayments_show_on_invoices (line 153) | [Test] FILE: CoreTests/Integration/Attachments/Attachments.cs class Attachments (line 12) | public class Attachments : ApiWrapperTest method adding_attachment_to_invoice (line 17) | [Test] method listing_attachments (line 25) | [Test] method getting_attachment (line 37) | [Test] method saving_attachments (line 49) | [Test] method saving_attachment_online_invoice_accrec (line 70) | [Test] method saving_attachment_online_invoice_accpay (line 78) | [Test] method saving_attachment_online_credit_note (line 86) | [Test] method saving_attachment_credit_note (line 94) | [Test] method can_save_attachments_with_spaces_in_the_name (line 102) | [Test] method Given_attachment_on_invoice (line 110) | private Attachment Given_attachment_on_invoice(bool includeOnline = fa... method Given_an_attachment_with_a_space_in_the_name_on_an_invoice (line 115) | private Attachment Given_an_attachment_with_a_space_in_the_name_on_an_... method Given_attachment_on_credit_note (line 120) | private Attachment Given_attachment_on_credit_note(bool includeOnline ... method CreateAttachment (line 126) | private Attachment CreateAttachment(Guid id, AttachmentEndpointType ty... method CreateAttachment (line 131) | private Attachment CreateAttachment(Guid id, AttachmentEndpointType ty... method GetAttachment (line 136) | private Attachment GetAttachment(Guid id, AttachmentEndpointType type,... method Given_invoice_with_no_attachments (line 141) | private Guid Given_invoice_with_no_attachments(bool accRec = false) method Given_credit_note_with_no_attachments (line 158) | private Guid Given_credit_note_with_no_attachments() FILE: CoreTests/Integration/BankTransactionTest.cs class BankTransactionTest (line 9) | public class BankTransactionTest : ApiWrapperTest method NewBankTransaction (line 12) | public BankTransaction NewBankTransaction() method FindBankAccountGuid (line 36) | public Guid FindBankAccountGuid() FILE: CoreTests/Integration/BankTransactions/BankTransactionTest.cs class BankTransactionTest (line 9) | public class BankTransactionTest : ApiWrapperTest method Given_a_bank_transaction (line 11) | public BankTransaction Given_a_bank_transaction() method Given_a_bank_transaction (line 16) | public BankTransaction Given_a_bank_transaction(BankTransactionType type) method Given_an_overpayment (line 36) | public BankTransaction Given_an_overpayment(BankTransactionType type) method FindBankAccountGuid (line 56) | public Guid FindBankAccountGuid() FILE: CoreTests/Integration/BankTransactions/Create.cs class Create (line 5) | [TestFixture] method create_bank_transactions (line 8) | [Test] FILE: CoreTests/Integration/BankTransactions/Find.cs class Find (line 7) | [TestFixture] method find_bank_transactions_where_filter (line 10) | [Test] method find_bank_transactions_ifmodifiedsince (line 19) | [Test] method find_bank_transactions_individual (line 31) | [Test] method find_by_page (line 41) | [Test] FILE: CoreTests/Integration/BankTransactions/Update.cs class Update (line 7) | [TestFixture] method update_bank_transaction (line 10) | [Test] FILE: CoreTests/Integration/BankTransfers/BankTransfersTest.cs class BankTransfersTest (line 8) | public abstract class BankTransfersTest : ApiWrapperTest method Given_a_bank_transfer (line 11) | public BankTransfer Given_a_bank_transfer(Decimal amount) method get_bankaccount_ids (line 26) | public IList get_bankaccount_ids() FILE: CoreTests/Integration/BankTransfers/Create.cs class Create (line 5) | [TestFixture] method create_bank_transfer (line 8) | [Test] FILE: CoreTests/Integration/BankTransfers/Find.cs class Find (line 7) | [TestFixture] method find_bank_transfers (line 10) | [Test] method find_bank_transfers_individual (line 20) | [Test] method find_bank_transfers_ifmodifiedsince (line 30) | [Test] FILE: CoreTests/Integration/BatchPayment/BatchPaymentsTest.cs class BatchPaymentsTest (line 9) | public abstract class BatchPaymentsTest : ApiWrapperTest method Given_a_batch_payment (line 11) | protected BatchPayment Given_a_batch_payment(decimal invoiceAmount, Da... method CreateBatchPayment (line 18) | protected BatchPayment CreateBatchPayment(decimal invoiceAmount, DateT... method Given_an_invoice (line 42) | private Invoice Given_an_invoice(decimal amount = 100m, string account... FILE: CoreTests/Integration/BatchPayment/Create.cs class Create (line 9) | [TestFixture] method CreateBatchPaymentsSetUp (line 12) | [TestFixtureSetUp] method create_simple_batch_payment (line 18) | [Test] FILE: CoreTests/Integration/ContactGroups/Add_Contact.cs class Add_Contact (line 7) | [TestFixture] method Can_I_add_a_contact_to_a_contactgroup (line 10) | [Test] method But_not_with_a_group_like_this (line 18) | [Test] FILE: CoreTests/Integration/ContactGroups/ContactGroupsTest.cs class ContactGroupsTest (line 9) | public abstract class ContactGroupsTest : ApiWrapperTest method Given_a_contact (line 12) | protected Contact Given_a_contact() method Given_a_contactgroup (line 20) | protected ContactGroup Given_a_contactgroup() FILE: CoreTests/Integration/ContactGroups/Create.cs class Create (line 5) | [TestFixture] method Can_I_create_a_contactgroup (line 8) | [Test] FILE: CoreTests/Integration/ContactGroups/Delete.cs class Delete (line 10) | [TestFixture] method Can_I_remove_the_contactgroup (line 13) | [Test] method Can_I_empty_the_contactgroup_of_contacts (line 25) | [Test] FILE: CoreTests/Integration/ContactGroups/Find.cs class Find (line 6) | [TestFixture] method Can_Find_Contact_Group (line 9) | [Test] method Can_Find_Contacts_in_Contact_Group (line 19) | [Test] FILE: CoreTests/Integration/ContactGroups/Remove_Contact.cs class Remove_Contact (line 9) | [TestFixture] method Can_remove_a_contact_from_a_contact_group (line 12) | [Test] FILE: CoreTests/Integration/ContactGroups/Update.cs class Update (line 8) | [TestFixture] method Can_I_change_the_name_of_a_contactgroup (line 11) | [Test] method Can_I_append_contacts_to_a_contactgroup (line 25) | [Test] FILE: CoreTests/Integration/Contacts/ContactsTest.cs class ContactsTest (line 8) | public abstract class ContactsTest : ApiWrapperTest method Given_a_contact (line 13) | protected Contact Given_a_contact() method findOrCreateTC (line 22) | protected TrackingCategory findOrCreateTC(string OptionName, string TC... method deleteCreatedTC (line 50) | protected void deleteCreatedTC(TrackingCategory tc) FILE: CoreTests/Integration/Contacts/Create.cs class Create (line 10) | [TestFixture] method create_contact (line 13) | [Test] method create_many_contact (line 21) | [Test] method create_complex_contact (line 47) | [Test] method create_contact_with_tracking (line 80) | [Test] FILE: CoreTests/Integration/Contacts/Find.cs class Find (line 8) | [TestFixture] method find_by_page (line 11) | [Test] method find_by_id (line 19) | [Test] method find_by_id_list (line 31) | [Test] method find_by_value (line 41) | [Test] method find_by_contains_value (line 54) | [Test] method find_by_status (line 67) | [Test] method find_by_updated_date (line 80) | [Test] method find_by_dateRange (line 97) | [Test] FILE: CoreTests/Integration/Contacts/Update.cs class Update (line 10) | public class Update : ContactsTest method update_contact (line 12) | [Test] FILE: CoreTests/Integration/CreditNotes/Create.cs class Create (line 6) | [TestFixture] method create_creditnote (line 9) | [Test] FILE: CoreTests/Integration/CreditNotes/CreditNotesTest.cs class CreditNotesTest (line 9) | public class CreditNotesTest : ApiWrapperTest method Given_an_authorised_creditnote (line 11) | public CreditNote Given_an_authorised_creditnote(CreditNoteType type =... method Given_a_draft_creditnote (line 16) | public CreditNote Given_a_draft_creditnote(CreditNoteType type = Credi... method Given_a_creditnote (line 21) | public CreditNote Given_a_creditnote(string contactName = "Apple Compu... FILE: CoreTests/Integration/CreditNotes/Find.cs class Find (line 7) | [TestFixture] method find_all_creditnotes (line 10) | [Test] method find_by_id (line 18) | [Test] method find_by_value (line 27) | [Test] method find_orderby_value (line 41) | [Test] FILE: CoreTests/Integration/CreditNotes/Update.cs class Update (line 8) | [TestFixture] method delete_draft_creditnote (line 11) | [Test] method update_creditnote_lineitems (line 24) | [Test] FILE: CoreTests/Integration/ExpenseClaims/Create.cs class Create (line 6) | [TestFixture] method create_expense_claim (line 9) | [Test] FILE: CoreTests/Integration/ExpenseClaims/ExpenseClaimTest.cs class ExpenseClaimTest (line 9) | public abstract class ExpenseClaimTest : ApiWrapperTest method Given_a_receipt (line 11) | public Receipt Given_a_receipt(Guid userId, string contactName, string... method Given_an_expense_claim (line 36) | public ExpenseClaim Given_an_expense_claim(Guid userId, Guid receiptId... FILE: CoreTests/Integration/ExpenseClaims/Update.cs class Update (line 8) | [TestFixture] method authorise_expense_claim (line 11) | [Test] method void_expense_claim (line 31) | [Test] FILE: CoreTests/Integration/Files/Associations/AssociationTest.cs class AssociationTest (line 10) | [TestFixture] method FindAFileId (line 13) | private Guid FindAFileId() method FindAnInvoiceId (line 19) | private Guid FindAnInvoiceId() method AssociationsForFile (line 25) | [Test] method AssociationsForObject (line 36) | [Test] method AssociationCreateFindAndDelete (line 49) | [Test] FILE: CoreTests/Integration/Files/Files/AddFileTest.cs class AddFileTest (line 11) | [TestFixture] method can_get_all_files_like_this (line 16) | [Test] method can_get_the_content_of_a_file_like_this (line 24) | [Test] method can_remove_a_file_like_this (line 38) | [Test] method can_rename_a_file_like_this (line 53) | [Test] method can_move_a_file_like_this (line 70) | [Test] method cannot_add_a_file_with_bad_filename_charactors (line 85) | [Test] method create_file_with_name (line 100) | private File create_file_with_name(string filename) FILE: CoreTests/Integration/Files/Folders/AddFolderTest.cs class AddFolderTest (line 7) | public class AddFolderTest : FilesTest method can_create_a_folder_like_this (line 10) | [Test] method can_get_all_folders_like_this (line 17) | [Test] method can_remove_a_folder_like_this (line 29) | [Test] FILE: CoreTests/Integration/Files/Inbox/InboxTest.cs class InboxTest (line 9) | [TestFixture] method can_get_the_inbox_like_this (line 13) | [Test] method can_add_a_file_to_inbox_like_this (line 23) | [Test] method can_remove_a_file_like_this (line 37) | [Test] method create_file_with_name (line 54) | private File create_file_with_name(string filename) FILE: CoreTests/Integration/Files/Support/DataItem.cs class DataItem (line 6) | public class DataItem : IDisposable method DataItem (line 11) | public DataItem(FileInfo file, String contentType = "unknown") method DataItem (line 17) | public DataItem(Byte[] data, String contentType = "unknown") method Dispose (line 23) | public void Dispose() FILE: CoreTests/Integration/Files/Support/DiskFile.cs class DiskFile (line 5) | public class DiskFile : File method DiskFile (line 11) | public DiskFile(string name) method DiskFile (line 15) | public DiskFile(string name, string path) FILE: CoreTests/Integration/Files/Support/File.cs type File (line 3) | public interface File FILE: CoreTests/Integration/Files/Support/FilesTest.cs class FilesTest (line 7) | public class FilesTest : ApiWrapperTest method FilesTest (line 12) | public FilesTest() method create_file_with_name (line 17) | private Xero.Api.Core.Model.File create_file_with_name(string filename) method Given_a_file_in (line 34) | protected Guid Given_a_file_in(Guid folderId, string filename) method Given_a_file_in (line 42) | protected Guid Given_a_file_in(Guid folderId) method Given_a_file_in (line 49) | protected Guid Given_a_file_in(Guid folderId,Xero.Api.Core.Model.File ... method GetFileBytes (line 56) | internal static byte[] GetFileBytes(string name, string fileName) FILE: CoreTests/Integration/General/Errors.cs class Errors (line 8) | [TestFixture] method not_found (line 11) | [Test] method bad_query (line 17) | [Test] method validation_error (line 23) | [Test] FILE: CoreTests/Integration/General/FindingAllItems.cs class FindingAllItems (line 5) | [TestFixture] method get_accounts (line 8) | [Test] method get_bank_transactions (line 14) | [Test] method get_bank_transfers (line 20) | [Test] method get_branding_themes (line 26) | [Test] method get_contacts (line 32) | [Test] method get_credit_notes (line 38) | [Test] method get_currencies (line 44) | [Test] method get_employees (line 50) | [Test] method get_expense_claims (line 56) | [Test] method get_invoices (line 62) | [Test] method get_items (line 68) | [Test] method get_journals (line 74) | [Test] method get_manual_journals (line 80) | [Test] method get_payments (line 86) | [Test] method get_receipts (line 92) | [Test] method get_repeating_invoices (line 98) | [Test] method get_tax_rates (line 104) | [Test] method get_tracking_categories (line 110) | [Test] method get_users (line 116) | [Test] FILE: CoreTests/Integration/General/QueryStrings.cs class QueryStrings (line 6) | [TestFixture] method query_string_is_as_expected (line 9) | [Test] method complex_query_string_is_as_expected (line 15) | [Test] method contact_query_string_is_as_expected (line 27) | [Test] FILE: CoreTests/Integration/HistoryAndNotes/CreateNotes.cs class CreateNotes (line 5) | public class CreateNotes : HistoryAndNotesTest method Can_create_notes (line 7) | [Test] FILE: CoreTests/Integration/HistoryAndNotes/Find.cs class Find (line 5) | public class Find : HistoryAndNotesTest method Can_fetch_history_and_notes (line 7) | [Test] FILE: CoreTests/Integration/HistoryAndNotes/HistoryAndNotesTest.cs class HistoryAndNotesTest (line 10) | public class HistoryAndNotesTest : ApiWrapperTest method Given_a_contact (line 15) | protected void Given_a_contact() method Given_a_note_with_these_details (line 20) | protected void Given_a_note_with_these_details(string details) method When_I_retrieve_history_and_notes_for_the_contact (line 29) | protected void When_I_retrieve_history_and_notes_for_the_contact() method Then_there_are_some_history_records (line 34) | protected void Then_there_are_some_history_records() method Then_there_is_a_note_with_the_correct_details (line 39) | protected void Then_there_is_a_note_with_the_correct_details(string de... FILE: CoreTests/Integration/Invoices/Create.cs class Create (line 11) | [TestFixture] method simple_create_works (line 14) | [Test] method description_only_items_work (line 22) | [Test] method accounts_receivable (line 31) | [Test] method lineItemId_is_returned (line 40) | [Test] method multiple_lineitems (line 48) | [Test] method multiple_invoices (line 79) | [Test] method high_precision_unit (line 120) | [Test] method low_precision_unit (line 143) | [Test] method full_example_line_items_with_tracking_categories (line 168) | [Test] method lineitems_without_account_code (line 245) | [Test] FILE: CoreTests/Integration/Invoices/Find.cs class Find (line 9) | [TestFixture] method find_by_page (line 12) | [Test] method find_by_id (line 21) | [Test] method find_by_id_list (line 30) | [Test] method find_by_statuses_list (line 40) | [Test] method find_by_contact_id_list (line 49) | [Test] method find_by_invoice_number_list (line 58) | [Test] method find_by_mixture_of_query_param_lists (line 67) | [Test] method find_by_value (line 81) | [Test] method find_by_due_date (line 94) | [Test] method order_by_type (line 109) | [Test] FILE: CoreTests/Integration/Invoices/InvoicesTest.cs class InvoicesTest (line 9) | public abstract class InvoicesTest : ApiWrapperTest method Given_an_draft_invoice (line 11) | public Invoice Given_an_draft_invoice(InvoiceType type = InvoiceType.A... method Given_an_authorised_invoice (line 16) | public Invoice Given_an_authorised_invoice(InvoiceType type = InvoiceT... method Given_an_invoice (line 21) | public Invoice Given_an_invoice(InvoiceType type = InvoiceType.Account... method Given_a_description_only_invoice (line 45) | public Invoice Given_a_description_only_invoice(InvoiceType type = Inv... FILE: CoreTests/Integration/Invoices/OnlineInvoiceUrl.cs class OnlineInvoiceUrl (line 7) | [TestFixture] method find_the_online_invoice_url_for_an_accrec_invoice (line 11) | [Test] FILE: CoreTests/Integration/Invoices/SummarizeErrors.cs class SummarizeErrors (line 12) | [TestFixture] method summariseErrors_gives_200 (line 15) | [Test] method errors_gives_validation_exception (line 24) | [Test] public void errors_gives_validation_exception() method Given_a_bad_invoice (line 29) | private IEnumerable Given_a_bad_invoice(InvoiceType type = In... FILE: CoreTests/Integration/Items/Create.cs class Create (line 7) | [TestFixture] method create_simple_item (line 10) | [Test] method create_full_item (line 24) | [Test] FILE: CoreTests/Integration/Items/Delete.cs class Delete (line 9) | [TestFixture] method you_can_delete_an_item (line 12) | [Test] method but_not_if_its_involved_in_a_transaction (line 22) | [Test] method and_it_will_404_if_you_try_to_delete_a_item_thats_not_there (line 32) | [Test] method When_I_try_to_Delete_it_404s (line 44) | private void When_I_try_to_Delete_it_404s() method When_I_try_to_Delete_it_400s (line 49) | private void When_I_try_to_Delete_it_400s() method Its_not_there_when_I_try_to_find_it (line 54) | private void Its_not_there_when_I_try_to_find_it(Item theItem) FILE: CoreTests/Integration/Items/TrackedItems/Create.cs class Create (line 7) | public class Create : TrackedInventoryTest method Can_create_an_item_with_minimal_properties (line 11) | [Test] method Can_create_an_item_with_full_details (line 32) | [Test] FILE: CoreTests/Integration/Items/TrackedItems/Find.cs class Find (line 5) | public class Find : TrackedInventoryTest method Can_get_tracked_item_by_id (line 7) | [Test] FILE: CoreTests/Integration/Items/TrackedItems/TrackedInventoryTest.cs class TrackedInventoryTest (line 10) | public class TrackedInventoryTest : ApiWrapperTest method Given_a_tracked_item (line 19) | public void Given_a_tracked_item() method Given_an_untracked_item (line 65) | public void Given_an_untracked_item() method Given_a_direct_cost_account (line 105) | protected void Given_a_direct_cost_account() method Given_a_revenue_account (line 123) | protected void Given_a_revenue_account() method Given_an_inventory_account (line 141) | protected void Given_an_inventory_account() method Given_an_ACCPAY_invoice_using_the_item_with_code (line 159) | protected void Given_an_ACCPAY_invoice_using_the_item_with_code(string... method Given_a_zero_total_ACCPAY_invoice_using_the_item_with_code (line 185) | protected void Given_a_zero_total_ACCPAY_invoice_using_the_item_with_c... method Given_an_ACCREC_invoice_using_the_item_with_code (line 217) | protected void Given_an_ACCREC_invoice_using_the_item_with_code(string... method Given_a_zero_total_ACCREC_invoice_using_the_item_with_code (line 241) | protected void Given_a_zero_total_ACCREC_invoice_using_the_item_with_c... FILE: CoreTests/Integration/Items/TrackedItems/Update.cs class Update (line 5) | public class Update : TrackedInventoryTest method Can_turn_untracked_item_to_tracked_item (line 7) | [Test] method Can_update_an_item_to_make_it_not_tracked_and_not_for_purchase (line 24) | [Test] method Can_update_an_item_to_make_it_not_tracked_and_not_for_sale (line 41) | [Test] method Can_update_an_item_to_make_it_not_tracked_but_still_for_sale_and_purchase (line 60) | [Test] FILE: CoreTests/Integration/Items/TrackedItems/Using_tracked_items.cs class Using_tracked_items (line 6) | public class Using_tracked_items : TrackedInventoryTest method Purchase_some_inventory_with_an_ACCPAY_invoice (line 9) | [Test] method Sell_inventory_with_an_ACCREC_invoice (line 24) | [Test] method Creating_a_zero_total_ACCPAY_invoice_increases_a_tracked_items_quantity_as_an_adjustment (line 47) | [Test] method Creating_a_zero_total_ACCREC_invoice_decreases_a_tracked_items_quantity (line 61) | [Test] method Finding_a_tracked_item_gives_you_quantity_on_hand_and_total_cost_pool (line 82) | [Test] method Then_the_quantity_of_the_tracked_item_is_zero (line 98) | private void Then_the_quantity_of_the_tracked_item_is_zero(Item item) method Then_the_quantity_of_the_tracked_item_is_more_than_zero (line 103) | private void Then_the_quantity_of_the_tracked_item_is_more_than_zero(I... FILE: CoreTests/Integration/Items/Update.cs class Update (line 10) | [TestFixture] method update_an_item (line 13) | [Test] FILE: CoreTests/Integration/Journals/Find.cs class Find (line 6) | [TestFixture] method find_journals (line 9) | [Test] method find_journals_offset (line 17) | [Test] FILE: CoreTests/Integration/LinkedTransactions/Create.cs class Create (line 6) | public class Create : LinkedTransactionTest method can_create_a_linked_transaction_with_just_source_details (line 8) | [Test] method can_create_a_linked_transaction_with_source_details_assigned_to_a_Contact (line 25) | [Test] method can_create_a_fully_allocated_linkedTransaction (line 43) | [Test] FILE: CoreTests/Integration/LinkedTransactions/Delete.cs class Delete (line 6) | public class Delete : LinkedTransactionTest method can_delete_linked_transactions (line 8) | [Test] FILE: CoreTests/Integration/LinkedTransactions/Find.cs class Find (line 6) | public class Find : LinkedTransactionTest method find_by_page (line 8) | [Test] method find_by_id (line 17) | [Test] method find_by_source_transaction_id (line 28) | [Test] method find_by_contact_id (line 40) | [Test] method find_by_target_transaction_id (line 52) | [Test] FILE: CoreTests/Integration/LinkedTransactions/LinkedTransactionTest.cs class LinkedTransactionTest (line 11) | public abstract class LinkedTransactionTest : ApiWrapperTest method Given_a_basic_linked_transaction (line 27) | protected void Given_a_basic_linked_transaction() method Given_a_linked_transaction_assigned_to_a_contact (line 38) | protected void Given_a_linked_transaction_assigned_to_a_contact() method Given_a_fully_allocated_linked_transaction (line 51) | protected void Given_a_fully_allocated_linked_transaction() method Given_a_source_invoice (line 67) | protected void Given_a_source_invoice() method Given_a_target_invoice (line 72) | protected void Given_a_target_invoice(Contact contact = null) method Given_an_invoice (line 77) | private Invoice Given_an_invoice(InvoiceType type = InvoiceType.Accoun... method Given_a_contact (line 109) | protected void Given_a_contact() method Then_the_linked_transaction_has_an_id (line 124) | protected void Then_the_linked_transaction_has_an_id(LinkedTransaction... method Then_the_source_details_are_correct (line 129) | protected void Then_the_source_details_are_correct(LinkedTransaction l... method Then_the_target_details_are_correct (line 135) | protected void Then_the_target_details_are_correct(LinkedTransaction l... method Then_the_contact_details_are_correct (line 141) | protected void Then_the_contact_details_are_correct(LinkedTransaction ... FILE: CoreTests/Integration/LinkedTransactions/Update.cs class Update (line 6) | public class Update : LinkedTransactionTest method can_assign_a_contact_to_an_existing_linked_transaction (line 8) | [Test] method can_allocate_an_existing_linked_transaction_to_a_target_transaction (line 21) | [Test] FILE: CoreTests/Integration/ManualJournals/Create.cs class Create (line 9) | [TestFixture] method CreateSetUp (line 12) | [TestFixtureSetUp] method create_manual_journal (line 18) | [Test] method create_complex_manual_journal (line 33) | [Test] FILE: CoreTests/Integration/ManualJournals/Find.cs class Find (line 7) | [TestFixture] method UpdateSet (line 10) | [TestFixtureSetUp] method find_by_id (line 16) | [Test] method find_by_value (line 28) | [Test] method find_by_page (line 42) | [Test] FILE: CoreTests/Integration/ManualJournals/ManualJournalsTest.cs class ManualJournalsTest (line 8) | public class ManualJournalsTest : ApiWrapperTest method ManualJournalsSetUp (line 13) | protected void ManualJournalsSetUp() method Given_an_account (line 20) | private Account Given_an_account(AccountType type = AccountType.Sales) method Given_a_manual_journal (line 35) | protected ManualJournal Given_a_manual_journal(string narration, decim... FILE: CoreTests/Integration/ManualJournals/Update.cs class Update (line 6) | [TestFixture] method UpdateSet (line 9) | [TestFixtureSetUp] method create_manual_journal (line 15) | [Test] FILE: CoreTests/Integration/Organisation/Find.cs class Find (line 7) | [TestFixture] method can_get_the_organisation_sales_tax_basis (line 10) | [Test] method can_get_the_organisation_sales_tax_period (line 18) | [Test] FILE: CoreTests/Integration/Overpayments/Find.cs class Find (line 7) | [TestFixture] method find_all (line 10) | [Test] method find_all_receive_overpayments (line 17) | [Test] method find_all_spend_overpayments (line 24) | [Test] FILE: CoreTests/Integration/Payments/Create.cs class Create (line 9) | [TestFixture] method CreatePaymentsSetUp (line 12) | [TestFixtureSetUp] method create_simple_payment (line 18) | [Test] method create_multiple_payments (line 30) | [Test] method create_reconciled_payment (line 50) | [Test] method create_refund_on_credit_note (line 64) | [Test] method create_refund_on_Prepayment (line 85) | [Test] method create_refund_on_Overpayment (line 107) | [Test] FILE: CoreTests/Integration/Payments/CreateForeignCurrency.cs class CreateForeignCurrency (line 9) | [TestFixture] method SetUpForeignCurrency (line 14) | [TestFixtureSetUp] method create_refund_on_credit_note_with_foreign_currency (line 21) | [Test] method Given_a_foreign_currency_account (line 47) | private Account Given_a_foreign_currency_account() method Create_foreign_currency_account (line 56) | private Account Create_foreign_currency_account() FILE: CoreTests/Integration/Payments/Delete.cs class Delete (line 8) | [TestFixture] method CreatePaymentsSetUp (line 11) | [TestFixtureSetUp] method can_delete_payments (line 17) | [Test] FILE: CoreTests/Integration/Payments/Find.cs class Find (line 7) | public class Find : PaymentsTest method PaymentsSetUp (line 9) | [TestFixtureSetUp] method find_single_payment (line 15) | [Test] method find_payments (line 26) | [Test] FILE: CoreTests/Integration/Payments/PaymentsTest.cs class PaymentsTest (line 9) | public abstract class PaymentsTest : ApiWrapperTest method Given_a_payment (line 11) | protected Payment Given_a_payment(decimal invoiceAmount, DateTime date... method CreatePayment (line 16) | protected Payment CreatePayment(decimal invoiceAmount, DateTime date, ... method Given_an_invoice (line 37) | private Invoice Given_an_invoice(decimal amount = 100m, string account... method Given_an_credit_note (line 60) | protected CreditNote Given_an_credit_note(decimal amount = 100m, strin... method Given_a_prepayment (line 83) | protected BankTransaction Given_a_prepayment(string bankAccountCode, d... method Given_an_overpayment (line 106) | protected BankTransaction Given_an_overpayment(string bankAccountCode,... method Given_this_payment_is_deleted (line 130) | protected void Given_this_payment_is_deleted(Payment payment) FILE: CoreTests/Integration/Pdf/Get.cs class Get (line 8) | [TestFixture] method can_get_invoice_as_pdf (line 11) | [Test] method can_get_credit_note_as_pdf (line 17) | [Test] method can_get_purchase_order_as_pdf (line 23) | [Test] method invoice_gives_404_when_not_found (line 29) | [Test] method credit_note_gives_404_when_not_found (line 35) | [Test] method purchase_order_gives_404_when_not_found (line 41) | [Test] method AssertOk (line 47) | private void AssertOk(PdfEndpointType type, Guid id) FILE: CoreTests/Integration/Prepayments/Find.cs class Find (line 7) | [TestFixture] method find_all (line 10) | [Test] method find_all_receive_prepayments (line 17) | [Test] method find_all_spend_prepayments (line 24) | [Test] FILE: CoreTests/Integration/PurchaseOrders/Create.cs class Create (line 10) | public class Create : ApiWrapperTest method Create_minimal_draft_purchase_order (line 12) | [Test] method Create_authorised_purchase_order (line 28) | [Test] method Given_a_purchase_order (line 62) | public PurchaseOrder Given_a_purchase_order() FILE: CoreTests/Integration/PurchaseOrders/Find.cs class Find (line 11) | public class Find : ApiWrapperTest method Find_a_purchase_order_by_Id (line 14) | [Test] method Find_purchase_orders (line 24) | [Test] method Find_page_X_of_purchase_orders (line 34) | [Test] method Filter_purchase_orders_by_status (line 44) | [Test] method Filter_purchase_orders_by_ModifiedSince (line 54) | [Test] method Filter_purchase_orders_by_DateFrom (line 73) | [Test] method Filter_purchase_orders_by_DateTo (line 88) | [Test] method Filter_purchase_orders_by_a_DateFrom_DateTo_date_range (line 103) | [Test] method Use_multiple_filters_to_find_Purchase_orders (line 127) | [Test] method Given_a_minimum_PurchaseOrder (line 140) | private PurchaseOrder Given_a_minimum_PurchaseOrder(DateTime? date = n... method Given_an_authorised_PurchaseOrder (line 150) | private PurchaseOrder Given_an_authorised_PurchaseOrder() FILE: CoreTests/Integration/PurchaseOrders/Update.cs class Update (line 11) | public class Update : ApiWrapperTest method Can_update_a_PurchaseOrder_like_this (line 13) | [Test] method Given_a_PurchaseOrder (line 31) | public PurchaseOrder Given_a_PurchaseOrder() FILE: CoreTests/Integration/Receipts/Create.cs class Create (line 6) | [TestFixture] method create_receipt (line 9) | [Test] FILE: CoreTests/Integration/Receipts/ReceiptTest.cs class ReceiptTest (line 8) | public abstract class ReceiptTest : ApiWrapperTest method Given_a_receipt (line 10) | public Receipt Given_a_receipt(Guid userId, string contactName, string... FILE: CoreTests/Integration/Receipts/Update.cs class Update (line 7) | [TestFixture] method delete_receipt (line 10) | [Test] FILE: CoreTests/Integration/Reports/Find.cs class Find (line 9) | [TestFixture] method find_all (line 13) | [Test] method find_gst_report (line 20) | [Test] method find_PL_report (line 27) | [Test] method find_BudgetSummary_report (line 34) | [Test] FILE: CoreTests/Integration/Setup/Create.cs class Create (line 9) | [TestFixture(Ignore = true, Description = "These test will remove all ac... method create_a_valid_setup (line 12) | [Test] method missing_account_code_will_error (line 31) | [Test] method providing_nothing_is_not_an_error (line 47) | [Test] FILE: CoreTests/Integration/TaxRates/Create.cs class Create (line 8) | [TestFixture] method create_tax_rate (line 11) | [Test] method AssertContainsRate (line 31) | private void AssertContainsRate(TaxRate taxRate, string name, decimal ... FILE: CoreTests/Integration/TaxRates/TaxRateTest.cs class TaxRateTest (line 8) | public abstract class TaxRateTest : ApiWrapperTest method Given_a_tax_rate (line 10) | protected TaxRate Given_a_tax_rate(string name, ReportTaxType taxType,... FILE: CoreTests/Integration/TaxRates/Update.cs class Update (line 8) | [TestFixture] method update_tax_rate (line 11) | [Test] method delete_tax_rate (line 34) | [Test] FILE: CoreTests/Integration/TrackingCategories/AddTrackingOption.cs class AddTrackingOption (line 11) | [TestFixture] method Can_add_tracking_option (line 14) | [Test] method Can_add_tracking_options (line 24) | [Test] FILE: CoreTests/Integration/TrackingCategories/Adding/CreateTrackingCategories.cs class CreateTrackingCategories (line 8) | [TestFixture] method Can_create_a_Tracking_Category (line 11) | [Test] FILE: CoreTests/Integration/TrackingCategories/ArchiveTrackingCategory.cs class ArchiveTrackingCategory (line 11) | [TestFixture] method Can_archieve_tracking_category (line 14) | [Test] FILE: CoreTests/Integration/TrackingCategories/CreateTrackingCategories.cs class CreateTrackingCategories (line 8) | [TestFixture] method Can_create_a_Tracking_Category (line 11) | [Test] FILE: CoreTests/Integration/TrackingCategories/Delete.cs class Delete (line 8) | [TestFixture] method can_delete_a_Tracking_Category (line 11) | [Test] method can_delete_a_Tracking_Category_Option (line 19) | [Test] FILE: CoreTests/Integration/TrackingCategories/GetTrackingCategories.cs class GetTrackingCategories (line 10) | [TestFixture] method Can_get_Tracking_Category (line 13) | [Test] FILE: CoreTests/Integration/TrackingCategories/GetTrackingCategoriesIncludingArchieved.cs class GetTrackingCategoriesIncludingArchieved (line 11) | [TestFixture] method Can_get_Tracking_Category_including_archieved (line 14) | [Test] FILE: CoreTests/Integration/TrackingCategories/Options/AddTrackingOption.cs class AddTrackingOption (line 9) | [TestFixture] method Can_add_Tracking_options (line 12) | [Test] FILE: CoreTests/Integration/TrackingCategories/TrackingCategoriesTest.cs class TrackingCategoriesTest (line 14) | public class TrackingCategoriesTest : ApiWrapperTest method Given_a_TrackingCategory_with_Options (line 22) | public void Given_a_TrackingCategory_with_Options() method Given_a_TrackingCategory_with_Option (line 35) | public void Given_a_TrackingCategory_with_Option() method Given_a_TrackingCategory (line 46) | public void Given_a_TrackingCategory() method Given_two_TrackingCategorys (line 59) | public void Given_two_TrackingCategorys() method Given_a_tracking_option (line 74) | public Option Given_a_tracking_option() method Given_a_tracking_options (line 84) | public List