C# Class Arango.Tests.EdgeOperationsTests

Inheritance: IDisposable
Datei anzeigen Open project: yojimbo87/ArangoDB-NET

Public Methods

Method Description
Dispose ( ) : void
EdgeOperationsTests ( ) : System

Private Methods

Method Description
Should_check_edge ( ) : void
Should_check_edge_with_ifMatch ( ) : void
Should_check_edge_with_ifMatch_and_return_412 ( ) : void
Should_check_edge_with_ifNoneMatch ( ) : void
Should_check_edge_with_ifNoneMatch_and_return_304 ( ) : void
Should_create_edge ( ) : void
Should_create_edge_from_generic_object ( ) : void
Should_create_edge_with_returnNew_parameter ( ) : void
Should_create_empty_edge ( ) : void
Should_create_empty_edge_with_waitForSync ( ) : void
Should_delete_edge ( ) : void
Should_delete_edge_with_ifMatch ( ) : void
Should_delete_edge_with_ifMatch_and_return_412 ( ) : void
Should_delete_edge_with_returnOld_parameter ( ) : void
Should_delete_edge_with_waitForSync ( ) : void
Should_get_edge ( ) : void
Should_get_edge_as_generic_object ( ) : void
Should_get_edge_with_ifMatch ( ) : void
Should_get_edge_with_ifMatch_and_return_412 ( ) : void
Should_get_edge_with_ifNoneMatch ( ) : void
Should_get_edge_with_ifNoneMatch_and_return_304 ( ) : void
Should_get_edges_any ( ) : void
Should_get_edges_in ( ) : void
Should_get_edges_out ( ) : void
Should_replace_edge ( ) : void
Should_replace_edge_with_generic_object ( ) : void
Should_replace_edge_with_ifMatch ( ) : void
Should_replace_edge_with_ifMatch_and_return_412 ( ) : void
Should_replace_edge_with_ignoreRevs_set_to_false ( ) : void
Should_replace_edge_with_returnNew ( ) : void
Should_replace_edge_with_returnOld ( ) : void
Should_replace_edge_with_waitForSync ( ) : void
Should_update_edge ( ) : void
Should_update_edge_with_generic_object ( ) : void
Should_update_edge_with_ifMatch ( ) : void
Should_update_edge_with_ifMatch_and_return_412 ( ) : void
Should_update_edge_with_ignoreRevs_set_to_false ( ) : void
Should_update_edge_with_keepNull ( ) : void
Should_update_edge_with_mergeArrays_set_to_false ( ) : void
Should_update_edge_with_mergeArrays_set_to_true ( ) : void
Should_update_edge_with_returnNew ( ) : void
Should_update_edge_with_returnOld ( ) : void
Should_update_edge_with_waitForSync ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EdgeOperationsTests() public method

public EdgeOperationsTests ( ) : System
return System