You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conststringLOAD_MESSAGE="Method called without calling Load first. Possible error in runner.";
22
-
conststringINVALID_FRAMEWORK_MESSAGE="Running tests against this version of the framework using this driver is not supported. Please update NUnit.Framework to the latest version.";
23
-
conststringFAILED_TO_LOAD_ASSEMBLY="Failed to load assembly ";
24
-
conststringFAILED_TO_LOAD_NUNIT="Failed to load the NUnit Framework in the test assembly";
21
+
privateconststringLOAD_MESSAGE="Method called without calling Load first. Possible error in runner.";
22
+
privateconststringINVALID_FRAMEWORK_MESSAGE="Running tests against this version of the framework using this driver is not supported. Please update NUnit.Framework to the latest version.";
23
+
privateconststringFAILED_TO_LOAD_ASSEMBLY="Failed to load assembly ";
24
+
privateconststringFAILED_TO_LOAD_NUNIT="Failed to load the NUnit Framework in the test assembly";
conststringLOAD_MESSAGE="Method called without calling Load first. Possible error in runner.";
29
-
conststringINVALID_FRAMEWORK_MESSAGE="Running tests against this version of the framework using this driver is not supported. Please update NUnit.Framework to the latest version.";
30
-
conststringFAILED_TO_LOAD_ASSEMBLY="Failed to load assembly ";
31
-
conststringFAILED_TO_LOAD_NUNIT="Failed to load the NUnit Framework in the test assembly";
28
+
privateconststringLOAD_MESSAGE="Method called without calling Load first. Possible error in runner.";
29
+
privateconststringINVALID_FRAMEWORK_MESSAGE="Running tests against this version of the framework using this driver is not supported. Please update NUnit.Framework to the latest version.";
30
+
privateconststringFAILED_TO_LOAD_ASSEMBLY="Failed to load assembly ";
31
+
privateconststringFAILED_TO_LOAD_NUNIT="Failed to load the NUnit Framework in the test assembly";
0 commit comments