@@ -8,10 +8,10 @@ public static class TestRoutes
88 {
99 NamedRoutes = new Dictionary < string , NamedRoute >
1010 {
11- { "route-1" , new NamedRoute { RoutePath = "/route/path-1/sub/path" , Legend = "Route 1" , LegacyLinkName = "legacy_link_name_1" , BtmsLinkName = "btms_link_name_1" , SendLegacyResponseToBtms = true , MessageSubXPath = "Message1" , RouteTo = RouteTo . Legacy } } ,
12- { "route-2" , new NamedRoute { RoutePath = "/route/path-2/sub/path" , Legend = "Route 2" , LegacyLinkName = "legacy_link_name_2" , BtmsLinkName = "btms_link_name_2" , SendLegacyResponseToBtms = true , MessageSubXPath = "Message2" , RouteTo = RouteTo . Btms } } ,
13- { "route-3" , new NamedRoute { RoutePath = "/route/path-3/sub/path" , Legend = "Route 3" , LegacyLinkName = "legacy_link_name_1" , BtmsLinkName = "none" , SendLegacyResponseToBtms = false , MessageSubXPath = "Message3" , RouteTo = RouteTo . Legacy } } ,
14- { "route-4" , new NamedRoute { RoutePath = "/route/path-4/sub/path" , Legend = "Route 4" , LegacyLinkName = "none" , BtmsLinkName = "btms_link_name_2" , SendLegacyResponseToBtms = false , MessageSubXPath = "Message4" , RouteTo = RouteTo . Btms } }
11+ { "route-1" , new NamedRoute { RoutePath = "/route/path-1/sub/path" , Legend = "Route 1" , LegacyLinkName = "legacy_link_name_1" , BtmsLinkName = "btms_link_name_1" , MessageSubXPath = "Message1" , RouteTo = RouteTo . Legacy } } ,
12+ { "route-2" , new NamedRoute { RoutePath = "/route/path-2/sub/path" , Legend = "Route 2" , LegacyLinkName = "legacy_link_name_2" , BtmsLinkName = "btms_link_name_2" , MessageSubXPath = "Message2" , RouteTo = RouteTo . Btms } } ,
13+ { "route-3" , new NamedRoute { RoutePath = "/route/path-3/sub/path" , Legend = "Route 3" , LegacyLinkName = "legacy_link_name_1" , BtmsLinkName = "none" , MessageSubXPath = "Message3" , RouteTo = RouteTo . Legacy } } ,
14+ { "route-4" , new NamedRoute { RoutePath = "/route/path-4/sub/path" , Legend = "Route 4" , LegacyLinkName = "none" , BtmsLinkName = "btms_link_name_2" , MessageSubXPath = "Message4" , RouteTo = RouteTo . Btms } }
1515 } ,
1616 NamedLinks = new Dictionary < string , NamedLink >
1717 {
@@ -27,8 +27,8 @@ public static class TestRoutes
2727 {
2828 NamedRoutes = new Dictionary < string , NamedRoute >
2929 {
30- { "route-1" , new NamedRoute { RoutePath = "/route/path-A/sub/path" , LegacyLinkName = "legacy_link_name_1" , BtmsLinkName = "btms_link_name_1" , MessageSubXPath = "Message1/Message" , Legend = "Route 1" , SendLegacyResponseToBtms = true , RouteTo = RouteTo . Legacy } } ,
31- { "route-2" , new NamedRoute { RoutePath = "/route/path-A/sub/path" , LegacyLinkName = "legacy_link_name_2" , BtmsLinkName = "btms_link_name_2" , MessageSubXPath = "Message2/Message" , Legend = "Route 2" , SendLegacyResponseToBtms = true , RouteTo = RouteTo . Legacy } }
30+ { "route-1" , new NamedRoute { RoutePath = "/route/path-A/sub/path" , LegacyLinkName = "legacy_link_name_1" , BtmsLinkName = "btms_link_name_1" , MessageSubXPath = "Message1/Message" , Legend = "Route 1" , RouteTo = RouteTo . Legacy } } ,
31+ { "route-2" , new NamedRoute { RoutePath = "/route/path-A/sub/path" , LegacyLinkName = "legacy_link_name_2" , BtmsLinkName = "btms_link_name_2" , MessageSubXPath = "Message2/Message" , Legend = "Route 2" , RouteTo = RouteTo . Legacy } }
3232 } ,
3333 NamedLinks = new Dictionary < string , NamedLink >
3434 {
@@ -43,7 +43,7 @@ public static class TestRoutes
4343 {
4444 NamedRoutes = new Dictionary < string , NamedRoute >
4545 {
46- { "route-1" , new NamedRoute { RoutePath = "/route/path-1" , LegacyLinkName = "link_name_1" , BtmsLinkName = "link_name_1" , MessageSubXPath = "Message1" , Legend = "legend" , SendLegacyResponseToBtms = true , RouteTo = RouteTo . Legacy } }
46+ { "route-1" , new NamedRoute { RoutePath = "/route/path-1" , LegacyLinkName = "link_name_1" , BtmsLinkName = "link_name_1" , MessageSubXPath = "Message1" , Legend = "legend" , RouteTo = RouteTo . Legacy } }
4747 } ,
4848 NamedLinks = new Dictionary < string , NamedLink >
4949 {
@@ -55,7 +55,7 @@ public static class TestRoutes
5555 {
5656 NamedRoutes = new Dictionary < string , NamedRoute >
5757 {
58- { "route-1" , new NamedRoute { RoutePath = "/route/path-1" , LegacyLinkName = "link_name_1" , BtmsLinkName = "link_name_1" , MessageSubXPath = "Message1" , Legend = "legend" , SendLegacyResponseToBtms = true , RouteTo = ( RouteTo ) 99 } }
58+ { "route-1" , new NamedRoute { RoutePath = "/route/path-1" , LegacyLinkName = "link_name_1" , BtmsLinkName = "link_name_1" , MessageSubXPath = "Message1" , Legend = "legend" , RouteTo = ( RouteTo ) 99 } }
5959 } ,
6060 NamedLinks = new Dictionary < string , NamedLink >
6161 {
@@ -67,7 +67,7 @@ public static class TestRoutes
6767 {
6868 NamedRoutes = new Dictionary < string , NamedRoute >
6969 {
70- { "route-1" , new NamedRoute { RoutePath = "/route/path-1" , LegacyLinkName = "link_name_1" , BtmsLinkName = "link_name_1" , MessageSubXPath = "Message1" , Legend = "legend" , SendLegacyResponseToBtms = true , RouteTo = RouteTo . Legacy } }
70+ { "route-1" , new NamedRoute { RoutePath = "/route/path-1" , LegacyLinkName = "link_name_1" , BtmsLinkName = "link_name_1" , MessageSubXPath = "Message1" , Legend = "legend" , RouteTo = RouteTo . Legacy } }
7171 } ,
7272 NamedLinks = new Dictionary < string , NamedLink >
7373 {
0 commit comments