C# 클래스 CQRS.Tests.KeyValueStorage.Sql.SqlDocumentDbTests

상속: DocumentDbTests
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
InsertUsersInOtherAppDomain ( System.Guid userIds ) : void

보호된 메소드들

메소드 설명
CreateStore ( ) : IDocumentDb

비공개 메소드들

메소드 설명
CanGetAllDocumentOfPreviouslyUnKnownClassAddedByAnotherDocumentDBInstance ( ) : void
CanGetAllDocumentOfPreviouslyUnKnownClassAddedByAnotherDocumentDBInstanceById ( ) : void
CanGetDocumentOfPreviouslyUnKnownClassAddedByAnotherDocumentDBInstance ( ) : void
Setup ( ) : void
TearDownTask ( ) : void

메소드 상세

CreateStore() 보호된 메소드

protected CreateStore ( ) : IDocumentDb
리턴 IDocumentDb

InsertUsersInOtherAppDomain() 공개 메소드

public InsertUsersInOtherAppDomain ( System.Guid userIds ) : void
userIds System.Guid
리턴 void