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