Exemple #1
0
 public CsvProcessingFixture(OsdrTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "FocusSynthesis_InStock.csv", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Exemple #2
0
 public MsWordProcessingFixture(OsdrTestHarness 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;
 }
Exemple #3
0
 public PdfProcessingFixture(OsdrTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "Abdelaziz A Full_manuscript.pdf", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Exemple #4
0
 public ImageJpgProcessingFixture(OsdrTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "computer-humor-computer-science.jpg", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }
Exemple #5
0
 public ArchiveGzProcessingFixture(OsdrTestHarness harness)
 {
     FileId = harness.ProcessFile(harness.JohnId.ToString(), "IMG_0109.gz", new Dictionary <string, object>()
     {
         { "parentId", harness.JohnId }
     }).Result;
 }