示例#1
0
 public void Object()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromJson("{\"foo\" : \"bar\"}");
 }
示例#2
0
 public void NutritionDataTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("NutritionData.json");
 }
示例#3
0
 public void True()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromJson("true");
 }
示例#4
0
 public void String()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromJson("\"hello\"");
 }
示例#5
0
 public void Ups1Test()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("ups1");
 }
示例#6
0
 public void Null()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromJson("null");
 }
示例#7
0
 public void DevTestCollTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("devtestcoll.json");
 }
示例#8
0
 public void TicinoErrorBucketsTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("TicinoErrorBuckets");
 }
示例#9
0
 public void Ups1Test()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("ups1.json");
 }
示例#10
0
 public void XpertEventsTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("XpertEvents.json");
 }
示例#11
0
 public void TwitterDataTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("twitter_data.json");
 }
示例#12
0
 public void TicinoErrorBucketsTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("TicinoErrorBuckets.json");
 }
示例#13
0
 public void StatesLegislatorsTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("states_legislators.json");
 }
示例#14
0
 public void StatesLegislatorsTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("states_legislators");
 }
示例#15
0
 public void LastFMTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("lastfm");
 }
示例#16
0
 public void Store01Test()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("store01C.json");
 }
示例#17
0
 public void LogDataTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("LogData.json");
 }
示例#18
0
 public void TwitterDataTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("twitter_data");
 }
示例#19
0
 public void MillionSong1KDocumentsTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("MillionSong1KDocuments.json");
 }
示例#20
0
 public void XpertEventsTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("XpertEvents");
 }
示例#21
0
 public void MsnCollectionTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("MsnCollection.json");
 }
示例#22
0
 public void False()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromJson("false");
 }
示例#23
0
 public void NutritionDataTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("NutritionData");
 }
示例#24
0
 public void Number()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromJson("123");
 }
示例#25
0
 public void RunsCollectionTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("runsCollection");
 }
示例#26
0
 public void Array()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromJson("[1, 2, 3]");
 }
示例#27
0
 public void StatesCommitteesTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitabilityFromFile("states_committees.json");
 }
 public void CombinedScriptsDataTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("CombinedScriptsData.json");
 }
示例#29
0
 public void LastFMTest()
 {
     LazyCosmosElementTests.TestCosmosElementVisitability("lastfm.json");
 }