Ejemplo n.º 1
0
        public void ThereShouldOnlyBeRed()
        {
            BlueZebug.Instance.SetLogEnabled(false);

            BlueZebug.Log("Error if seen");
            RedZebug.Log("Rouge, seulement");
        }
Ejemplo n.º 2
0
 public void EditorTestsSimplePasses()
 {
     // Inside this method call, I need to be able to query which child class it's coming
     // from, so I can tell which static bool has been set _for that class_
     //
     BlueZebug.Log("this and the next thing");
     RedZebug.Log("this and the next thing");
 }