C# Класс Arango.Tests.DocumentOperationsTests

Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
DocumentOperationsTests ( ) : System

Приватные методы

Метод Описание
Should_check_document ( ) : void
Should_check_document_with_ifMatch ( ) : void
Should_check_document_with_ifMatch_and_return_412 ( ) : void
Should_check_document_with_ifNoneMatch ( ) : void
Should_check_document_with_ifNoneMatch_and_return_304 ( ) : void
Should_create_document ( ) : void
Should_create_document_from_generic_object ( ) : void
Should_create_document_with_custom_ID ( ) : void
Should_create_document_with_returnNew_parameter ( ) : void
Should_create_document_with_waitForSync ( ) : void
Should_delete_document ( ) : void
Should_delete_document_with_ifMatch ( ) : void
Should_delete_document_with_ifMatch_and_return_412 ( ) : void
Should_delete_document_with_returnOld ( ) : void
Should_delete_document_with_waitForSync ( ) : void
Should_get_document ( ) : void
Should_get_document_as_generic_object ( ) : void
Should_get_document_with_ifMatch ( ) : void
Should_get_document_with_ifMatch_and_return_412 ( ) : void
Should_get_document_with_ifNoneMatch ( ) : void
Should_get_document_with_ifNoneMatch_and_return_304 ( ) : void
Should_replace_document ( ) : void
Should_replace_document_with_generic_object ( ) : void
Should_replace_document_with_ifMatch ( ) : void
Should_replace_document_with_ifMatch_and_return_412 ( ) : void
Should_replace_document_with_ignoreRevs_set_to_false ( ) : void
Should_replace_document_with_returnNew ( ) : void
Should_replace_document_with_returnOld ( ) : void
Should_replace_document_with_waitForSync ( ) : void
Should_update_document ( ) : void
Should_update_document_with_generic_object ( ) : void
Should_update_document_with_ifMatch ( ) : void
Should_update_document_with_ifMatch_and_return_412 ( ) : void
Should_update_document_with_ignoreRevs_set_to_false ( ) : void
Should_update_document_with_keepNull ( ) : void
Should_update_document_with_mergeArrays_set_to_false ( ) : void
Should_update_document_with_mergeArrays_set_to_true ( ) : void
Should_update_document_with_returnNew ( ) : void
Should_update_document_with_returnOld ( ) : void
Should_update_document_with_waitForSync ( ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

DocumentOperationsTests() публичный Метод

public DocumentOperationsTests ( ) : System
Результат System