public UploadGifFixture(OsdrWebTestHarness harness) { FileId = harness.ProcessFile(harness.JohnId.ToString(), "2018-02-14.gif", new Dictionary <string, object>() { { "parentId", harness.JohnId } }).Result; }
public UploadGzFixture(OsdrWebTestHarness harness) { FileId = harness.ProcessFile(harness.JohnId.ToString(), "IMG_0109.gz", new Dictionary <string, object>() { { "parentId", harness.JohnId } }).Result; }
public UploadPngFixture(OsdrWebTestHarness harness) { FileId = harness.ProcessFile(harness.JohnId.ToString(), "Chemical-diagram.png", new Dictionary <string, object>() { { "parentId", harness.JohnId } }).Result; }
public UploadValidCsvFixture(OsdrWebTestHarness harness) { FileId = harness.ProcessFile(harness.JohnId.ToString(), "FocusSynthesis_InStock.csv", new Dictionary <string, object>() { { "parentId", harness.JohnId } }).Result; }
public UploadJpgFixture(OsdrWebTestHarness harness) { FileId = harness.ProcessFile(harness.JohnId.ToString(), "computer-humor-computer-science.jpg", new Dictionary <string, object>() { { "parentId", harness.JohnId } }).Result; }
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; }