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