NUnit.Util.NUnitProject.GenerateProjectName()

Here are the examples of the csharp api NUnit.Util.NUnitProject.GenerateProjectName() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : NUnitProject.cs
with MIT License
from roozbehid

public static NUnitProject EmptyProject()
		{
			return new NUnitProject( GenerateProjectName() );
		}