|
|
|
|
@@ -137,7 +137,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -225,7 +225,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -314,7 +314,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -398,7 +398,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -480,7 +480,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = new DateTime(1970, 3, 12, 10, 0, 0).ToOffsetAdjustedUniversalTime();
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetstartdate", Util.OpLessThanOrEqualTo, new DateTime(1970, 3, 12, 10, 0, 0).ToOffsetAdjustedUniversalTime()));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -562,7 +562,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = new DateTime(1970, 4, 10, 10, 0, 0).ToOffsetAdjustedUniversalTime();
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetstartdate", Util.OpNotEqual, new DateTime(1970, 4, 10, 10, 0, 0).ToOffsetAdjustedUniversalTime()));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -678,7 +678,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -816,7 +816,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
long DataFilterId = a.ObjectResponse["data"]["id"].Value<long>();
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -936,7 +936,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1041,7 +1041,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1142,7 +1142,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// DataFilterActive.value = "Bill & Ted's excellent adventure";
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetnotes", Util.OpEquality, "Bill & Ted's excellent adventure"));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1248,7 +1248,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetnotes", Util.OpEquality, InclusiveTestString));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1352,7 +1352,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1455,7 +1455,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetnotes", Util.OpGreaterThanOrEqualTo, "Bjarn"));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1558,7 +1558,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetnotes", Util.OpLessThan, "Celery"));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1662,7 +1662,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1764,7 +1764,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetnotes", Util.OpNotEqual, "Elephant"));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1866,7 +1866,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetnotes", Util.OpNotContains, "short"));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -1967,7 +1967,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// DataFilterActive.value = "red";
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetnotes", Util.OpContains, "red"));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2070,7 +2070,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2175,7 +2175,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2276,7 +2276,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetcount", Util.OpEquality, 5));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2356,7 +2356,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = 54;
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetcount", Util.OpGreaterThan, 54));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2436,7 +2436,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = 555;
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetcount", Util.OpGreaterThanOrEqualTo, 555));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2518,7 +2518,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = 5555;
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetcount", Util.OpLessThan, 5555));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2599,7 +2599,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = -444;
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetcount", Util.OpLessThanOrEqualTo, -444));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2680,7 +2680,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = 223;
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetcount", Util.OpNotEqual, 223));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2788,7 +2788,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2901,7 +2901,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -2998,7 +2998,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
// FilterItem.value = 5.55;
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetdollaramount", Util.OpEquality, 5.55));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3079,7 +3079,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetdollaramount", Util.OpGreaterThan, 54.44));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3160,7 +3160,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetdollaramount", Util.OpGreaterThanOrEqualTo, 555.55));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3243,7 +3243,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetdollaramount", Util.OpLessThan, 5555.55));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3325,7 +3325,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetdollaramount", Util.OpLessThanOrEqualTo, -444.44));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3408,7 +3408,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetdollaramount", Util.OpNotEqual, 223.23));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3536,7 +3536,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3663,7 +3663,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgettags", Util.OpEquality, FilterTagsArray));
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3735,7 +3735,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
//FILTER
|
|
|
|
|
dListView.Add(Util.BuildSimpleFilterDataListViewColumn("widgetname", Util.OpEquality, Id));
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
@@ -3837,7 +3837,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
@@ -3946,7 +3946,7 @@ same as the server does but in a central location here for all tests to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//FETCH DATALIST
|
|
|
|
|
a = await Util.PostAsync($"DataList", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
a = await Util.PostAsync($"data-list", await Util.GetTokenAsync("manager", "l3tm3in"), Util.BuildDataListRequestEx(dListView));
|
|
|
|
|
Util.ValidateDataReturnResponseOk(a);
|
|
|
|
|
Util.ValidateHTTPStatusCode(a, 200);
|
|
|
|
|
|
|
|
|
|
|