C# Class Co2346Replace_ss, shared-source-cli-2.0

Datei anzeigen Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Main ( String args ) : void
runTest ( double timeInterval, int repetitions ) : Boolean

Private Methods

Method Description
MyReplace ( String originalStr, String oldValue, String newValue ) : String
getRandomString ( Random randStr, Random randChar ) : String
getSubString ( String originalString, Random randIndex ) : String
randomTest ( double numSeconds ) : void
testString ( String originalStr, String expectedStr, String removeStr, String addStr, String pmGuid ) : void

Method Details

Main() public static method

public static Main ( String args ) : void
args String
return void

runTest() public method

public runTest ( double timeInterval, int repetitions ) : Boolean
timeInterval double
repetitions int
return Boolean