Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in VS 2013?
Message
 
 
General information
Forum:
ASP.NET
Category:
Troubleshooting
Title:
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01599384
Message ID:
01599462
Views:
33
>What's middlewareMain ?

It is a public class in another project
   public class MiddlewareMain : MiddlewareBase
   {
      private delegate String InvokeMethod(Dictionary<String, String> parameters);
      private Dictionary<String, InvokeMethod> invokeMethods;
      private Sales _sales;
      private Data _data;
      private Retail _retail;
      private Bookings _bookings;
      private Validation _validation;
      private Boolean _bShouldRollback             = false;
      private Boolean _bShouldRollbackGlobalInvoke = false;

...
In the Test class used as a base for other test classes I see the following code:
 public abstract class UnitTestBase
   {
      public static IniFile iniFile, systemIniFile;
      public static MiddlewareMain middlewareMain;
      public static Boolean isClassInitialized = false;
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform