Example #1
0
 public UploadGifFixture(OsdrWebTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "2018-02-14.gif", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Example #2
0
 public UploadGzFixture(OsdrWebTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "IMG_0109.gz", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Example #3
0
 public UploadPngFixture(OsdrWebTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "Chemical-diagram.png", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Example #4
0
 public UploadValidCsvFixture(OsdrWebTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "FocusSynthesis_InStock.csv", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Example #5
0
 public UploadJpgFixture(OsdrWebTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "computer-humor-computer-science.jpg", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Example #6
0
 public UploadValidPdfFixture(OsdrWebTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "Abdelaziz A Full_manuscript.pdf", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
 public UploadValidDocFixture(OsdrWebTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "Developing Standard Approaches for Curating Small Molecule Pharmaceuticals_Jan18_2013.doc", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }