Click or drag to resize

NameHelper Class

Framework to automate tests using Selenium WebDriver
Contains useful actions connected with test data.
Inheritance Hierarchy
SystemObject
  Ocaramba.HelpersNameHelper

Namespace:  Ocaramba.Helpers
Assembly:  OcarambaLite (in OcarambaLite.dll) Version: 3.3.1
Syntax
C#
public static class NameHelper

The NameHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberRandomName
Create random name.
Public methodStatic memberCode exampleRemoveSpecialCharacters
Remove all special characters except digit and letters.
Public methodStatic memberCode exampleShortenFileName
Shortens the file name by removing occurrences of given pattern till length of folder + filename will be shorten than max Length.
Top
See Also