C# (CSharp) RevitLookup.Test Namespace

Nested Namespaces

RevitLookup.Test.Forms
RevitLookup.Test.SDKSamples

Classes

Name Description
EStorageBundle A base class to manage the creation of schemas and entities of those schemas.
EStorageBundle_2 A simple EStorage schema/entity bundle containing one field.
RevitLookupTestFuncInfo This is a simple package of data about a given Test function. Create new instances of this object and add it to a RevitLookupTestFuncInfo-derived class.
RevitLookupTestFuncs Summary description for RevitLookupTestFuncs.
TestApplication
TestDocument
TestEStorage
TestElements These are all the tests concerning Elements. If there become alot of them, then we can break this up into mulitple RevitLookupTestFuncs objects.
TestForm This is a generic Test "Shell" that allows you to easily add new test functions and organize them without much effort. The Tests are divided into two basic categories, those that are organized by class hierarchy (e.g., this test applies to all objects at this level of the class hierarchy), and Categorized tests (e.g., this test falls into the Category of "Data Extraction"). The test funcs are collected and sorted into buckets that are then displayed in the correct location in the tree.
TestGeometry
TestGraphicsStream
TestImportExport
TestUi
Tower