The methods of the NUnit class are listed below. For a complete list of NUnit class members, see the NUnit Members topic.
Public Instance Methods
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GenerateClassBottom (inherited from GeneralDataClass) | Generates the bottom of class |
| GenerateClassTop |
Generates the top of the class including
|
| GenerateDeleteTestCode | Generates NUnit definition for testing the Delete function. |
| GenerateFunctionHeader | |
| GenerateInsertTestCode | Generates NUnit definition for testing the Insert function. |
| GenerateModifierClassTop (inherited from GeneralDataClass) |
Generates the modifier class top. Modifier includes
|
| GenerateNamespaceBottom (inherited from GeneralDataClass) | Generates the bottom of the namespace. |
| GenerateReaderClassTop (inherited from GeneralDataClass) |
Generates the reader class top. Reader includes
|
| GenerateSelAllTestCode | Generates NUnit definition for testing the SelAll function. |
| GenerateSelUniTestCode | Generates NUnit definition for testing the SelUni function. |
| GenerateTestBody |
Generates the NUnit's supported functions.
|
| GenerateTestModifierClassTop |
Generates the modifier class top. Modifier includes
|
| GenerateTestReaderClassTop |
Generates the reader class top. Reader includes
|
| GenerateUpdateTestCode | Generates NUnit definition for testing the Update function. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Methods
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GenerateHeader (inherited from GeneralDataClass) |
Generates the header of the datafunction.
|
| GetTableInformation (inherited from General) |
Fills three tables with info about the columns, primary keys, columns datatypes for a specified table.
|
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| RemoveIdentityString (inherited from General) | Removes the suffix 'identity' from the parameter. |
| RemoveTablePrefix (inherited from General) | Removes table prefix 't'. |
| UpdateTableInformation (inherited from General) | Check if system should load information about a new table. |