C# 클래스 Arango.Tests.EdgeOperationsTests

상속: IDisposable
파일 보기 프로젝트 열기: yojimbo87/ArangoDB-NET

공개 메소드들

메소드 설명
Dispose ( ) : void
EdgeOperationsTests ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EdgeOperationsTests() 공개 메소드

public EdgeOperationsTests ( ) : System
리턴 System