@@ -12,7 +12,7 @@ Feature: csharp events
1212 And the event "unhandled" is false
1313 And custom metadata is included in the event
1414 And the stack frame methods should match:
15- | NotifySmokeTest .Run () | Main +<RunNextMazeCommand >d__7 .MoveNext () |
15+ | NotifySmokeTest .Run () | Main +<RunNextMazeCommand >d__8 .MoveNext () |
1616 And expected device metadata is included in the event
1717 And expected app metadata is included in the event
1818
@@ -26,7 +26,7 @@ Feature: csharp events
2626 And custom metadata is included in the event
2727 And the stack frame methods should match:
2828 | UncaughtExceptionSmokeTest .Run () | |
29- | ScenarioRunner .RunScenario (System .String scenarioName , System .String apiKey , System .String host ) | Main +<RunNextMazeCommand >d__7 .MoveNext () |
29+ | ScenarioRunner .RunScenario (System .String scenarioName , System .String apiKey , System .String host ) | Main +<RunNextMazeCommand >d__8 .MoveNext () |
3030 And expected device metadata is included in the event
3131 And expected app metadata is included in the event
3232
@@ -39,7 +39,7 @@ Feature: csharp events
3939 And the event "unhandled" is false
4040 And custom metadata is included in the event
4141 And the stack frame methods should match:
42- | DebugLogExceptionSmokeTest :Run () | DebugLogExceptionSmokeTest .Run () | <RunNextMazeCommand >d__7 :MoveNext () | UnityEngine .SetupCoroutine .InvokeMoveNext (IEnumerator enumerator , IntPtr returnValueAddress ) |
42+ | DebugLogExceptionSmokeTest :Run () | DebugLogExceptionSmokeTest .Run () | <RunNextMazeCommand >d__8 :MoveNext () | UnityEngine .SetupCoroutine .InvokeMoveNext (IEnumerator enumerator , IntPtr returnValueAddress ) |
4343 | ScenarioRunner :RunScenario (String , String , String ) | ScenarioRunner .RunScenario (string scenarioName , string apiKey , string host ) | UnityEngine .SetupCoroutine :InvokeMoveNext (IEnumerator , IntPtr ) | UnityEngine .SetupCoroutine .InvokeMoveNext (IEnumerator enumerator , IntPtr returnValueAddress ) |
4444 And expected device metadata is included in the event
4545 And expected app metadata is included in the event
@@ -53,7 +53,7 @@ Feature: csharp events
5353 And the event "unhandled" is false
5454 And custom metadata is included in the event
5555 And the stack frame methods should match:
56- | DebugLogErrorSmokeTest :Run () | DebugLogErrorSmokeTest .Run () | <RunNextMazeCommand >d__7 :MoveNext () | |
56+ | DebugLogErrorSmokeTest :Run () | DebugLogErrorSmokeTest .Run () | <RunNextMazeCommand >d__8 :MoveNext () | |
5757 | ScenarioRunner :RunScenario (String , String , String ) | ScenarioRunner .RunScenario (string scenarioName , string apiKey , string host ) | ScenarioRunner :RunScenario (string ,string ,string ) | UnityEngine .SetupCoroutine :InvokeMoveNext (IEnumerator , IntPtr ) |
5858 And expected device metadata is included in the event
5959 And expected app metadata is included in the event
@@ -67,7 +67,7 @@ Feature: csharp events
6767 And the event "unhandled" is false
6868 And custom metadata is included in the event
6969 And the stack frame methods should match:
70- | DebugLogWarningSmokeTest :Run () | DebugLogWarningSmokeTest .Run () | <RunNextMazeCommand >d__7 :MoveNext () | |
70+ | DebugLogWarningSmokeTest :Run () | DebugLogWarningSmokeTest .Run () | <RunNextMazeCommand >d__8 :MoveNext () | |
7171 | ScenarioRunner :RunScenario (String , String , String ) | ScenarioRunner .RunScenario (string scenarioName , string apiKey , string host ) | ScenarioRunner :RunScenario (string ,string ,string ) | UnityEngine .SetupCoroutine :InvokeMoveNext (IEnumerator , IntPtr ) |
7272 And expected device metadata is included in the event
7373 And expected app metadata is included in the event
@@ -81,7 +81,7 @@ Feature: csharp events
8181 And the event "unhandled" is false
8282 And custom metadata is included in the event
8383 And the stack frame methods should match:
84- | DebugLogSmokeTest :Run () | DebugLogSmokeTest .Run () | <RunNextMazeCommand >d__7 :MoveNext () | |
84+ | DebugLogSmokeTest :Run () | DebugLogSmokeTest .Run () | <RunNextMazeCommand >d__8 :MoveNext () | |
8585 | ScenarioRunner :RunScenario (String , String , String ) | ScenarioRunner .RunScenario (string scenarioName , string apiKey , string host ) | ScenarioRunner :RunScenario (string ,string ,string ) | UnityEngine .SetupCoroutine :InvokeMoveNext (IEnumerator , IntPtr ) |
8686 And expected device metadata is included in the event
8787 And expected app metadata is included in the event
@@ -95,7 +95,7 @@ Feature: csharp events
9595 And the event "unhandled" is false
9696 And custom metadata is included in the event
9797 And the stack frame methods should match:
98- | DebugLogAssertSmokeTest :Run () | DebugLogAssertSmokeTest .Run () | <RunNextMazeCommand >d__7 :MoveNext () | |
98+ | DebugLogAssertSmokeTest :Run () | DebugLogAssertSmokeTest .Run () | <RunNextMazeCommand >d__8 :MoveNext () | |
9999 | ScenarioRunner :RunScenario (String , String , String ) | ScenarioRunner .RunScenario (string scenarioName , string apiKey , string host ) | ScenarioRunner :RunScenario (string ,string ,string ) | UnityEngine .SetupCoroutine :InvokeMoveNext (IEnumerator , IntPtr ) |
100100 And expected device metadata is included in the event
101101 And expected app metadata is included in the event
0 commit comments