public void TestSignaturesV3_1_X() { SparkContext sc = SparkContext.GetOrCreate(new SparkConf()); string archivePath = $"{TestEnvironment.ResourceDirectory}archive.zip"; sc.AddArchive(archivePath); Assert.IsType <string[]>(sc.ListArchives().ToArray()); }