@@ -75,7 +75,7 @@ public void TestSetup()
75
75
}
76
76
77
77
#region CreateProject
78
- [ UnityTest , Order ( 0 ) ]
78
+ // [UnityTest, Order(0)]
79
79
public IEnumerator TestCreateProject ( )
80
80
{
81
81
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateProject..." ) ;
@@ -100,7 +100,7 @@ public IEnumerator TestCreateProject()
100
100
#endregion
101
101
102
102
#region CreateCollection
103
- [ UnityTest , Order ( 1 ) ]
103
+ // [UnityTest, Order(1)]
104
104
public IEnumerator TestCreateCollection ( )
105
105
{
106
106
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateCollection..." ) ;
@@ -126,7 +126,7 @@ public IEnumerator TestCreateCollection()
126
126
#endregion
127
127
128
128
#region ListCollections
129
- [ UnityTest , Order ( 2 ) ]
129
+ // [UnityTest, Order(2)]
130
130
public IEnumerator TestListCollections ( )
131
131
{
132
132
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListCollections..." ) ;
@@ -150,7 +150,7 @@ public IEnumerator TestListCollections()
150
150
#endregion
151
151
152
152
#region Query
153
- [ UnityTest , Order ( 4 ) ]
153
+ // [UnityTest, Order(4)]
154
154
public IEnumerator TestQuery ( )
155
155
{
156
156
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to Query..." ) ;
@@ -176,7 +176,7 @@ public IEnumerator TestQuery()
176
176
177
177
178
178
#region GetAutocompletion
179
- [ UnityTest , Order ( 5 ) ]
179
+ // [UnityTest, Order(5)]
180
180
public IEnumerator TestGetAutocompletion ( )
181
181
{
182
182
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetAutocompletion..." ) ;
@@ -200,7 +200,7 @@ public IEnumerator TestGetAutocompletion()
200
200
#endregion
201
201
202
202
#region GetComponentSettings
203
- [ UnityTest , Order ( 6 ) ]
203
+ // [UnityTest, Order(6)]
204
204
public IEnumerator TestGetComponentSettings ( )
205
205
{
206
206
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetComponentSettings..." ) ;
@@ -224,7 +224,7 @@ public IEnumerator TestGetComponentSettings()
224
224
#endregion
225
225
226
226
#region AddDocument
227
- [ UnityTest , Order ( 3 ) ]
227
+ // [UnityTest, Order(3)]
228
228
public IEnumerator TestAddDocument ( )
229
229
{
230
230
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to AddDocument..." ) ;
@@ -259,7 +259,7 @@ public IEnumerator TestAddDocument()
259
259
#endregion
260
260
261
261
#region UpdateDocument
262
- [ UnityTest , Order ( 7 ) ]
262
+ // [UnityTest, Order(7)]
263
263
public IEnumerator TestUpdateDocument ( )
264
264
{
265
265
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to UpdateDocument..." ) ;
@@ -284,7 +284,7 @@ public IEnumerator TestUpdateDocument()
284
284
#endregion
285
285
286
286
#region DeleteDocument
287
- [ UnityTest , Order ( 99 ) ]
287
+ // [UnityTest, Order(99)]
288
288
public IEnumerator TestDeleteDocument ( )
289
289
{
290
290
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteDocument..." ) ;
@@ -308,7 +308,7 @@ public IEnumerator TestDeleteDocument()
308
308
#endregion
309
309
310
310
#region ListTrainingQueries
311
- [ UnityTest , Order ( 7 ) ]
311
+ // [UnityTest, Order(7)]
312
312
public IEnumerator TestListTrainingQueries ( )
313
313
{
314
314
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListTrainingQueries..." ) ;
@@ -331,7 +331,7 @@ public IEnumerator TestListTrainingQueries()
331
331
#endregion
332
332
333
333
#region CreateTrainingQuery
334
- [ UnityTest , Order ( 8 ) ]
334
+ // [UnityTest, Order(8)]
335
335
public IEnumerator TestCreateTrainingQuery ( )
336
336
{
337
337
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateTrainingQuery...{0}???" , documentId ) ;
@@ -362,7 +362,7 @@ public IEnumerator TestCreateTrainingQuery()
362
362
#endregion
363
363
364
364
#region UpdateTrainingQuery
365
- [ UnityTest , Order ( 9 ) ]
365
+ // [UnityTest, Order(9)]
366
366
public IEnumerator TestUpdateTrainingQuery ( )
367
367
{
368
368
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to UpdateTrainingQuery..." ) ;
@@ -394,7 +394,7 @@ public IEnumerator TestUpdateTrainingQuery()
394
394
#endregion
395
395
396
396
#region GetTrainingQuery
397
- [ UnityTest , Order ( 10 ) ]
397
+ // [UnityTest, Order(10)]
398
398
public IEnumerator TestGetTrainingQuery ( )
399
399
{
400
400
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetTrainingQuery..." ) ;
@@ -422,7 +422,7 @@ public IEnumerator TestGetTrainingQuery()
422
422
#endregion
423
423
424
424
#region DeleteTrainingQueries
425
- [ UnityTest , Order ( 98 ) ]
425
+ // [UnityTest, Order(98)]
426
426
public IEnumerator TestDeleteTrainingQueries ( )
427
427
{
428
428
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteTrainingQueries..." ) ;
@@ -444,7 +444,7 @@ public IEnumerator TestDeleteTrainingQueries()
444
444
#endregion
445
445
446
446
#region QueryNotices
447
- [ UnityTest , Order ( 11 ) ]
447
+ // [UnityTest, Order(11)]
448
448
public IEnumerator TestQueryNotices ( )
449
449
{
450
450
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to QueryNotices..." ) ;
@@ -468,7 +468,7 @@ public IEnumerator TestQueryNotices()
468
468
469
469
470
470
#region ListFields
471
- [ UnityTest , Order ( 12 ) ]
471
+ // [UnityTest, Order(12)]
472
472
public IEnumerator TestListFields ( )
473
473
{
474
474
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListFields..." ) ;
@@ -491,7 +491,7 @@ public IEnumerator TestListFields()
491
491
#endregion
492
492
493
493
#region CreateEnrichment
494
- [ UnityTest , Order ( 13 ) ]
494
+ // [UnityTest, Order(13)]
495
495
public IEnumerator TestCreateEnrichment ( )
496
496
{
497
497
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateEnrichment..." ) ;
@@ -538,7 +538,7 @@ public IEnumerator TestCreateEnrichment()
538
538
#endregion
539
539
540
540
#region GetEnrichment
541
- [ UnityTest , Order ( 14 ) ]
541
+ // [UnityTest, Order(14)]
542
542
public IEnumerator TestGetEnrichment ( )
543
543
{
544
544
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetEnrichment..." ) ;
@@ -561,7 +561,7 @@ public IEnumerator TestGetEnrichment()
561
561
#endregion
562
562
563
563
#region ListEnrichments
564
- [ UnityTest , Order ( 2 ) ]
564
+ // [UnityTest, Order(2)]
565
565
public IEnumerator TestListEnrichments ( )
566
566
{
567
567
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListEnrichments..." ) ;
@@ -584,7 +584,7 @@ public IEnumerator TestListEnrichments()
584
584
585
585
586
586
#region DeleteEnrichment
587
- [ UnityTest , Order ( 17 ) ]
587
+ // [UnityTest, Order(17)]
588
588
public IEnumerator TestDeleteEnrichment ( )
589
589
{
590
590
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteEnrichment..." ) ;
@@ -606,7 +606,7 @@ public IEnumerator TestDeleteEnrichment()
606
606
#endregion
607
607
608
608
#region GetCollection
609
- [ UnityTest , Order ( 18 ) ]
609
+ // [UnityTest, Order(18)]
610
610
public IEnumerator TestGetCollection ( )
611
611
{
612
612
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetCollection..." ) ;
@@ -629,7 +629,7 @@ public IEnumerator TestGetCollection()
629
629
#endregion
630
630
631
631
#region GetProject
632
- [ UnityTest , Order ( 19 ) ]
632
+ // [UnityTest, Order(19)]
633
633
public IEnumerator TestGetProject ( )
634
634
{
635
635
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetProject..." ) ;
@@ -651,7 +651,7 @@ public IEnumerator TestGetProject()
651
651
#endregion
652
652
653
653
#region AnalyzeDocument
654
- [ UnityTest , Order ( 20 ) ]
654
+ // [UnityTest, Order(20)]
655
655
public IEnumerator TestAnalyzeDocument ( )
656
656
{
657
657
BearerTokenAuthenticator authenticator = new BearerTokenAuthenticator (
@@ -692,7 +692,7 @@ public IEnumerator TestAnalyzeDocument()
692
692
#endregion
693
693
694
694
#region DeleteCollection
695
- [ UnityTest , Order ( 101 ) ]
695
+ // [UnityTest, Order(101)]
696
696
public IEnumerator TestDeleteCollection ( )
697
697
{
698
698
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteCollection..." ) ;
@@ -714,7 +714,7 @@ public IEnumerator TestDeleteCollection()
714
714
#endregion
715
715
716
716
#region DeleteProject
717
- [ UnityTest , Order ( 102 ) ]
717
+ // [UnityTest, Order(102)]
718
718
public IEnumerator TestDeleteProject ( )
719
719
{
720
720
Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteProject..." ) ;
0 commit comments