Summary description for RevitLookupTestFuncs.
示例#1
0
 public static void RemoveTestFuncsFromFramework(RevitLookupTestFuncs testFuncs)
 {
     m_testFrameworkFuncs.Remove(testFuncs);
 }
 public static void RemoveTestFuncsFromFramework( RevitLookupTestFuncs testFuncs )
 {
     m_testFrameworkFuncs.Remove( testFuncs );
 }
示例#3
0
 // other modules can extend the tests available to the Test Framework UI
 // by adding groups of TestFuncs here.  Allocate them in your app's constructor
 // and register them with this class.  In your app's destructor, remove them
 // from here and delete them.
 public static void AddTestFuncsToFramework(RevitLookupTestFuncs testFuncs)
 {
     m_testFrameworkFuncs.Add(testFuncs);
 }
 // other modules can extend the tests available to the Test Framework UI
 // by adding groups of TestFuncs here.  Allocate them in your app's constructor
 // and register them with this class.  In your app's destructor, remove them
 // from here and delete them.
 public static void AddTestFuncsToFramework( RevitLookupTestFuncs testFuncs )
 {
     m_testFrameworkFuncs.Add( testFuncs );
 }