Example #1
0
 public void DoSetup()
 {
     DefaultFromDocs.RegisterAll(); // needs to be called here because we can't be sure whether preload has been called before or not
     UnityFromDocs.RegisterAll();
     defaults = Config.DefaultOptions;
     Config.DefaultOptions = ConfigOptions.AllowMissingExtraFields;
 }
Example #2
0
 public void DoSetup()
 {
     DefaultFromDocs.RegisterAll();
     UnityFromDocs.RegisterAll();
 }