@@ -75,7 +75,7 @@ public void TestSetup()
7575 }
7676
7777 #region CreateProject
78- [ UnityTest , Order ( 0 ) ]
78+ // [UnityTest, Order(0)]
7979 public IEnumerator TestCreateProject ( )
8080 {
8181 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateProject..." ) ;
@@ -100,7 +100,7 @@ public IEnumerator TestCreateProject()
100100 #endregion
101101
102102 #region CreateCollection
103- [ UnityTest , Order ( 1 ) ]
103+ // [UnityTest, Order(1)]
104104 public IEnumerator TestCreateCollection ( )
105105 {
106106 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateCollection..." ) ;
@@ -126,7 +126,7 @@ public IEnumerator TestCreateCollection()
126126 #endregion
127127
128128 #region ListCollections
129- [ UnityTest , Order ( 2 ) ]
129+ // [UnityTest, Order(2)]
130130 public IEnumerator TestListCollections ( )
131131 {
132132 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListCollections..." ) ;
@@ -150,7 +150,7 @@ public IEnumerator TestListCollections()
150150 #endregion
151151
152152 #region Query
153- [ UnityTest , Order ( 4 ) ]
153+ // [UnityTest, Order(4)]
154154 public IEnumerator TestQuery ( )
155155 {
156156 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to Query..." ) ;
@@ -176,7 +176,7 @@ public IEnumerator TestQuery()
176176
177177
178178 #region GetAutocompletion
179- [ UnityTest , Order ( 5 ) ]
179+ // [UnityTest, Order(5)]
180180 public IEnumerator TestGetAutocompletion ( )
181181 {
182182 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetAutocompletion..." ) ;
@@ -200,7 +200,7 @@ public IEnumerator TestGetAutocompletion()
200200 #endregion
201201
202202 #region GetComponentSettings
203- [ UnityTest , Order ( 6 ) ]
203+ // [UnityTest, Order(6)]
204204 public IEnumerator TestGetComponentSettings ( )
205205 {
206206 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetComponentSettings..." ) ;
@@ -224,7 +224,7 @@ public IEnumerator TestGetComponentSettings()
224224 #endregion
225225
226226 #region AddDocument
227- [ UnityTest , Order ( 3 ) ]
227+ // [UnityTest, Order(3)]
228228 public IEnumerator TestAddDocument ( )
229229 {
230230 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to AddDocument..." ) ;
@@ -259,7 +259,7 @@ public IEnumerator TestAddDocument()
259259 #endregion
260260
261261 #region UpdateDocument
262- [ UnityTest , Order ( 7 ) ]
262+ // [UnityTest, Order(7)]
263263 public IEnumerator TestUpdateDocument ( )
264264 {
265265 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to UpdateDocument..." ) ;
@@ -284,7 +284,7 @@ public IEnumerator TestUpdateDocument()
284284 #endregion
285285
286286 #region DeleteDocument
287- [ UnityTest , Order ( 99 ) ]
287+ // [UnityTest, Order(99)]
288288 public IEnumerator TestDeleteDocument ( )
289289 {
290290 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteDocument..." ) ;
@@ -308,7 +308,7 @@ public IEnumerator TestDeleteDocument()
308308 #endregion
309309
310310 #region ListTrainingQueries
311- [ UnityTest , Order ( 7 ) ]
311+ // [UnityTest, Order(7)]
312312 public IEnumerator TestListTrainingQueries ( )
313313 {
314314 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListTrainingQueries..." ) ;
@@ -331,7 +331,7 @@ public IEnumerator TestListTrainingQueries()
331331 #endregion
332332
333333 #region CreateTrainingQuery
334- [ UnityTest , Order ( 8 ) ]
334+ // [UnityTest, Order(8)]
335335 public IEnumerator TestCreateTrainingQuery ( )
336336 {
337337 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateTrainingQuery...{0}???" , documentId ) ;
@@ -362,7 +362,7 @@ public IEnumerator TestCreateTrainingQuery()
362362 #endregion
363363
364364 #region UpdateTrainingQuery
365- [ UnityTest , Order ( 9 ) ]
365+ // [UnityTest, Order(9)]
366366 public IEnumerator TestUpdateTrainingQuery ( )
367367 {
368368 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to UpdateTrainingQuery..." ) ;
@@ -394,7 +394,7 @@ public IEnumerator TestUpdateTrainingQuery()
394394 #endregion
395395
396396 #region GetTrainingQuery
397- [ UnityTest , Order ( 10 ) ]
397+ // [UnityTest, Order(10)]
398398 public IEnumerator TestGetTrainingQuery ( )
399399 {
400400 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetTrainingQuery..." ) ;
@@ -422,7 +422,7 @@ public IEnumerator TestGetTrainingQuery()
422422 #endregion
423423
424424 #region DeleteTrainingQueries
425- [ UnityTest , Order ( 98 ) ]
425+ // [UnityTest, Order(98)]
426426 public IEnumerator TestDeleteTrainingQueries ( )
427427 {
428428 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteTrainingQueries..." ) ;
@@ -444,7 +444,7 @@ public IEnumerator TestDeleteTrainingQueries()
444444 #endregion
445445
446446 #region QueryNotices
447- [ UnityTest , Order ( 11 ) ]
447+ // [UnityTest, Order(11)]
448448 public IEnumerator TestQueryNotices ( )
449449 {
450450 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to QueryNotices..." ) ;
@@ -468,7 +468,7 @@ public IEnumerator TestQueryNotices()
468468
469469
470470 #region ListFields
471- [ UnityTest , Order ( 12 ) ]
471+ // [UnityTest, Order(12)]
472472 public IEnumerator TestListFields ( )
473473 {
474474 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListFields..." ) ;
@@ -491,7 +491,7 @@ public IEnumerator TestListFields()
491491 #endregion
492492
493493 #region CreateEnrichment
494- [ UnityTest , Order ( 13 ) ]
494+ // [UnityTest, Order(13)]
495495 public IEnumerator TestCreateEnrichment ( )
496496 {
497497 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to CreateEnrichment..." ) ;
@@ -538,7 +538,7 @@ public IEnumerator TestCreateEnrichment()
538538 #endregion
539539
540540 #region GetEnrichment
541- [ UnityTest , Order ( 14 ) ]
541+ // [UnityTest, Order(14)]
542542 public IEnumerator TestGetEnrichment ( )
543543 {
544544 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetEnrichment..." ) ;
@@ -561,7 +561,7 @@ public IEnumerator TestGetEnrichment()
561561 #endregion
562562
563563 #region ListEnrichments
564- [ UnityTest , Order ( 2 ) ]
564+ // [UnityTest, Order(2)]
565565 public IEnumerator TestListEnrichments ( )
566566 {
567567 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to ListEnrichments..." ) ;
@@ -584,7 +584,7 @@ public IEnumerator TestListEnrichments()
584584
585585
586586 #region DeleteEnrichment
587- [ UnityTest , Order ( 17 ) ]
587+ // [UnityTest, Order(17)]
588588 public IEnumerator TestDeleteEnrichment ( )
589589 {
590590 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteEnrichment..." ) ;
@@ -606,7 +606,7 @@ public IEnumerator TestDeleteEnrichment()
606606 #endregion
607607
608608 #region GetCollection
609- [ UnityTest , Order ( 18 ) ]
609+ // [UnityTest, Order(18)]
610610 public IEnumerator TestGetCollection ( )
611611 {
612612 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetCollection..." ) ;
@@ -629,7 +629,7 @@ public IEnumerator TestGetCollection()
629629 #endregion
630630
631631 #region GetProject
632- [ UnityTest , Order ( 19 ) ]
632+ // [UnityTest, Order(19)]
633633 public IEnumerator TestGetProject ( )
634634 {
635635 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to GetProject..." ) ;
@@ -651,7 +651,7 @@ public IEnumerator TestGetProject()
651651 #endregion
652652
653653 #region AnalyzeDocument
654- [ UnityTest , Order ( 20 ) ]
654+ // [UnityTest, Order(20)]
655655 public IEnumerator TestAnalyzeDocument ( )
656656 {
657657 BearerTokenAuthenticator authenticator = new BearerTokenAuthenticator (
@@ -692,7 +692,7 @@ public IEnumerator TestAnalyzeDocument()
692692 #endregion
693693
694694 #region DeleteCollection
695- [ UnityTest , Order ( 101 ) ]
695+ // [UnityTest, Order(101)]
696696 public IEnumerator TestDeleteCollection ( )
697697 {
698698 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteCollection..." ) ;
@@ -714,7 +714,7 @@ public IEnumerator TestDeleteCollection()
714714 #endregion
715715
716716 #region DeleteProject
717- [ UnityTest , Order ( 102 ) ]
717+ // [UnityTest, Order(102)]
718718 public IEnumerator TestDeleteProject ( )
719719 {
720720 Log . Debug ( "DiscoveryServiceV2IntegrationTests" , "Attempting to DeleteProject..." ) ;
0 commit comments