@@ -6655,3 +6655,176 @@ func TestCellsPostConvertWorkbookToCSV(t *testing.T) {
66556655 fmt .Printf ("%d\t func TestCells TestCellsPostConvertWorkbookToCSV \n " , GetBaseTest ().GetTestNumber ())
66566656 }
66576657}
6658+ func TestCellsGetChartCategoryAxis (t * testing.T ) {
6659+
6660+ args := new (CellsChartsGetChartCategoryAxisOpts )
6661+ args .Name = GetBook1 ()
6662+ args .SheetName = GetSheet4 ()
6663+ args .ChartIndex = 0
6664+ args .Folder = GetBaseTest ().remoteFolder
6665+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsGetChartCategoryAxis (args )
6666+ if err != nil {
6667+ t .Error (err )
6668+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6669+ t .Fail ()
6670+ } else {
6671+ fmt .Printf ("%d\t func TestCells TestCellsGetChartCategoryAxis \n " , GetBaseTest ().GetTestNumber ())
6672+ }
6673+ }
6674+ func TestCellsChartsGetChartSecondCategoryAxis (t * testing.T ) {
6675+
6676+ args := new (CellsChartsGetChartSecondCategoryAxisOpts )
6677+ args .Name = GetBook1 ()
6678+ args .SheetName = GetSheet4 ()
6679+ args .ChartIndex = 0
6680+ args .Folder = GetBaseTest ().remoteFolder
6681+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsGetChartSecondCategoryAxis (args )
6682+ if err != nil {
6683+ t .Error (err )
6684+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6685+ t .Fail ()
6686+ } else {
6687+ fmt .Printf ("%d\t func TestCells TestCellsGetChartCategoryAxis \n " , GetBaseTest ().GetTestNumber ())
6688+ }
6689+ }
6690+
6691+ func TestCellsGetChartValueAxis (t * testing.T ) {
6692+
6693+ args := new (CellsChartsGetChartValueAxisOpts )
6694+ args .Name = GetBook1 ()
6695+ args .SheetName = GetSheet4 ()
6696+ args .ChartIndex = 0
6697+ args .Folder = GetBaseTest ().remoteFolder
6698+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsGetChartValueAxis (args )
6699+ if err != nil {
6700+ t .Error (err )
6701+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6702+ t .Fail ()
6703+ } else {
6704+ fmt .Printf ("%d\t func TestCells TestCellsGetChartValueAxis \n " , GetBaseTest ().GetTestNumber ())
6705+ }
6706+ }
6707+ func TestCellsChartsGetChartSecondValueAxis (t * testing.T ) {
6708+
6709+ args := new (CellsChartsGetChartSecondValueAxisOpts )
6710+ args .Name = GetBook1 ()
6711+ args .SheetName = GetSheet4 ()
6712+ args .ChartIndex = 0
6713+ args .Folder = GetBaseTest ().remoteFolder
6714+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsGetChartSecondValueAxis (args )
6715+ if err != nil {
6716+ t .Error (err )
6717+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6718+ t .Fail ()
6719+ } else {
6720+ fmt .Printf ("%d\t func TestCells TestCellsGetChartValueAxis \n " , GetBaseTest ().GetTestNumber ())
6721+ }
6722+ }
6723+ func TestCellsChartsGetChartSeriesAxis (t * testing.T ) {
6724+
6725+ args := new (CellsChartsGetChartSeriesAxisOpts )
6726+ args .Name = GetBook1 ()
6727+ args .SheetName = GetSheet4 ()
6728+ args .ChartIndex = 0
6729+ args .Folder = GetBaseTest ().remoteFolder
6730+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsGetChartSeriesAxis (args )
6731+ if err != nil {
6732+ t .Error (err )
6733+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6734+ t .Fail ()
6735+ } else {
6736+ fmt .Printf ("%d\t func TestCells TestCellsGetChartValueAxis \n " , GetBaseTest ().GetTestNumber ())
6737+ }
6738+ }
6739+
6740+ func TestCellsPostChartCategoryAxis (t * testing.T ) {
6741+
6742+ args := new (CellsChartsPostChartCategoryAxisOpts )
6743+ args .Name = GetBook1 ()
6744+ args .SheetName = GetSheet4 ()
6745+ args .ChartIndex = 0
6746+ args .Axis = new (Axis )
6747+ args .Axis .MinValue = 1.0
6748+ args .Folder = GetBaseTest ().remoteFolder
6749+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsPostChartCategoryAxis (args )
6750+ if err != nil {
6751+ t .Error (err )
6752+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6753+ t .Fail ()
6754+ } else {
6755+ fmt .Printf ("%d\t func TestCells TestCellsGetChartCategoryAxis \n " , GetBaseTest ().GetTestNumber ())
6756+ }
6757+ }
6758+ func TestCellsChartsPostChartSecondCategoryAxis (t * testing.T ) {
6759+
6760+ args := new (CellsChartsPostChartSecondCategoryAxisOpts )
6761+ args .Name = GetBook1 ()
6762+ args .SheetName = GetSheet4 ()
6763+ args .ChartIndex = 0
6764+ args .Axis = new (Axis )
6765+ args .Axis .MinValue = 1.0
6766+ args .Folder = GetBaseTest ().remoteFolder
6767+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsPostChartSecondCategoryAxis (args )
6768+ if err != nil {
6769+ t .Error (err )
6770+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6771+ t .Fail ()
6772+ } else {
6773+ fmt .Printf ("%d\t func TestCells TestCellsPostChartCategoryAxis \n " , GetBaseTest ().GetTestNumber ())
6774+ }
6775+ }
6776+
6777+ func TestCellsPostChartValueAxis (t * testing.T ) {
6778+
6779+ args := new (CellsChartsPostChartValueAxisOpts )
6780+ args .Name = GetBook1 ()
6781+ args .SheetName = GetSheet4 ()
6782+ args .ChartIndex = 0
6783+ args .Axis = new (Axis )
6784+ args .Axis .MinValue = 1.0
6785+ args .Folder = GetBaseTest ().remoteFolder
6786+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsPostChartValueAxis (args )
6787+ if err != nil {
6788+ t .Error (err )
6789+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6790+ t .Fail ()
6791+ } else {
6792+ fmt .Printf ("%d\t func TestCells TestCellsPostChartValueAxis \n " , GetBaseTest ().GetTestNumber ())
6793+ }
6794+ }
6795+ func TestCellsChartsPostChartSecondValueAxis (t * testing.T ) {
6796+
6797+ args := new (CellsChartsPostChartSecondValueAxisOpts )
6798+ args .Name = GetBook1 ()
6799+ args .SheetName = GetSheet4 ()
6800+ args .ChartIndex = 0
6801+ args .Axis = new (Axis )
6802+ args .Axis .MinValue = 1.0
6803+ args .Folder = GetBaseTest ().remoteFolder
6804+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsPostChartSecondValueAxis (args )
6805+ if err != nil {
6806+ t .Error (err )
6807+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6808+ t .Fail ()
6809+ } else {
6810+ fmt .Printf ("%d\t func TestCells TestCellsPostChartValueAxis \n " , GetBaseTest ().GetTestNumber ())
6811+ }
6812+ }
6813+ func TestCellsChartsPostChartSeriesAxis (t * testing.T ) {
6814+
6815+ args := new (CellsChartsPostChartSeriesAxisOpts )
6816+ args .Name = GetBook1 ()
6817+ args .SheetName = GetSheet4 ()
6818+ args .ChartIndex = 0
6819+ args .Axis = new (Axis )
6820+ args .Axis .MinValue = 1.0
6821+ args .Folder = GetBaseTest ().remoteFolder
6822+ _ , httpResponse , err := GetBaseTest ().CellsAPI .CellsChartsPostChartSeriesAxis (args )
6823+ if err != nil {
6824+ t .Error (err )
6825+ } else if httpResponse .StatusCode < 200 || httpResponse .StatusCode > 299 {
6826+ t .Fail ()
6827+ } else {
6828+ fmt .Printf ("%d\t func TestCells TestCellsPostChartValueAxis \n " , GetBaseTest ().GetTestNumber ())
6829+ }
6830+ }
0 commit comments