Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Contents |
Prev | Next |
NUnit Transformation
The NUnit transformation converts an existing .NET compatible Class with public methods into a Class with a test method for each public method. The resulting Class can then be generated and the tests filled out and run by NUnit.
Example
The C# elements (originally transformed from the PIM)
After transformation, become the PSM elements
Notes
Learn more