C# Class BlogSharp.Core.Impl.Tests.Services.FileSystem.TransactionalFileServiceTests

显示文件 Open project: BlogSharp/Blogsharp

Private Methods

Method Description
Can_copy_file_in_transaction ( ) : void
Can_create_transactional_file ( ) : void
Can_get_transactional_file_in_transaction ( ) : void
Can_move_file_in_transaction ( ) : void
Can_see_if_directory_exists ( ) : void
Can_see_if_file_exists ( ) : void
EnumerablePathEquals ( IEnumerable files, string root, string toBeCompared ) : void
File_created_in_transaction_should_exist_in_transaction ( ) : void
File_should_exist_outside_of_transaction_after_commit ( ) : void
GetFileContentNonTransactional ( string fileName ) : string
GetFileContentTransactional ( string fileName ) : string
Open_read_can_return_stream_with_file_content ( ) : void
Open_with_append_write_returns_stream ( ) : void
Open_with_truncate_returns_stream_with_write_only ( ) : void
Open_with_truncate_write_returns_stream ( ) : void
Open_write_returns_stream_to_be_written ( ) : void
Returns_correct_file_if_found ( ) : void
Search_recursive_should_search_recursive ( ) : void
SetUp ( ) : void
TearDown ( ) : void
Throws_exception_if_file_not_found ( ) : void
Throws_exception_outside_of_the_transaction ( ) : void