public void GenerateWraps(bool force = false) { string path = "../../../Test/Shared/Generate/"; if (!force) { if (Directory.Exists(path)) { luna.RegisterWraps(this.GetType()); return; } } WrapGenerator.GenerateModule(testModule, path); luna.RegisterWraps(this.GetType()); }