Example #1
0
 public TestDriver()
 {
   m_Msgs = new List<Message>();
   m_Url = "http://localhost:8080/testserver";
   m_Di = depinject.DependencyInjection.GetInstance();
 }
 public RootServerTestDriver()
 {
   m_Messages = new List<Message>();
   m_Url = "http://localhost:8080/RootServer";
   m_DI = depinject.DependencyInjection.GetInstance();
 }