Esempio n. 1
0
 public I_create_file_with_encoding_result(
     FluentPathSpec that,
     string relativePath,
     Encoding encoding)
 {
     _that         = that;
     _relativePath = relativePath;
     _encoding     = encoding;
 }
Esempio n. 2
0
 public the_content_of_result_with_encoding_result(
     FluentPathSpec that,
     string relativePath,
     Encoding encoding)
 {
     _that         = that;
     _relativePath = relativePath;
     _encoding     = encoding;
 }
Esempio n. 3
0
 public I_unzip_result(FluentPathSpec that, string source)
 {
     _that   = that;
     _source = source;
 }
Esempio n. 4
0
 public I_zip_in_memory_result(FluentPathSpec that, string content)
 {
     _that    = that;
     _content = content;
 }
Esempio n. 5
0
 public I_write_bytes_result(FluentPathSpec that, string hexContent)
 {
     _that       = that;
     _hexContent = hexContent;
 }
Esempio n. 6
0
 public I_write_with_encoding_to_result(FluentPathSpec that, Encoding encoding, string content)
 {
     _that     = that;
     _encoding = encoding;
     _content  = content;
 }
Esempio n. 7
0
 public I_write_with_encoding_result(FluentPathSpec that, Encoding encoding)
 {
     _that     = that;
     _encoding = encoding;
 }
Esempio n. 8
0
 public I_grep_result(FluentPathSpec that, string relativePath)
 {
     _that         = that;
     _relativePath = relativePath;
 }
Esempio n. 9
0
 public the_time_of_result(FluentPathSpec that, type_of_time_event typeOfTime)
 {
     _that       = that;
     _typeOfTime = typeOfTime;
 }
Esempio n. 10
0
 public I_create_a_file_result(FluentPathSpec that, string relativePath)
 {
     _that         = that;
     _relativePath = relativePath;
 }
Esempio n. 11
0
 public I_create_a_subdirectory_with_name_result(FluentPathSpec that, string subdirectoryName)
 {
     _that             = that;
     _subdirectoryName = subdirectoryName;
 }
Esempio n. 12
0
 public I_append_result(FluentPathSpec that, string text)
 {
     _that = that;
     _text = text;
 }
Esempio n. 13
0
 public I_write_back_to_result(FluentPathSpec that, string relativePath)
 {
     _that         = that;
     _relativePath = relativePath;
 }
Esempio n. 14
0
 public the_time_of_result_on_result(FluentPathSpec that, type_of_time_event typeOfTime, string relativePath)
 {
     _that         = that;
     _typeOfTime   = typeOfTime;
     _relativePath = relativePath;
 }
Esempio n. 15
0
 public then_the_attributes_on_result(FluentPathSpec that, string relativePath)
 {
     _that         = that;
     _relativePath = relativePath;
 }
Esempio n. 16
0
 public then_the_content_of_folder_result(FluentPathSpec that, string relativePath)
 {
     _that         = that;
     _relativePath = relativePath;
 }
Esempio n. 17
0
 public I_change_the_extension_result(FluentPathSpec that, string relativePath)
 {
     _that         = that;
     _relativePath = relativePath;
 }