Class CharacterSubstitutorTests
Inheritance
CharacterSubstitutorTests
Syntax
public class CharacterSubstitutorTests
Methods
Method_List_CharactersAreAllReplaced_WhenUsingLoopFromPrevious()
Declaration
public void Method_List_CharactersAreAllReplaced_WhenUsingLoopFromPrevious()
Method_List_CharactersAreAllReplaced_WhenUsingLoopFromStart(String, String)
Declaration
public void Method_List_CharactersAreAllReplaced_WhenUsingLoopFromStart(string input, string expected)
Parameters
Method_List_CharactersAreAllReplacedWhenUsingSingleReplacementChar(String)
Declaration
public void Method_List_CharactersAreAllReplacedWhenUsingSingleReplacementChar(string input)
Parameters
Type |
Name |
Description |
String |
input |
|
Method_Map_CharactersAreReplaced(String, String)
Declaration
public void Method_Map_CharactersAreReplaced(string input, string expected)
Parameters
Method_ToLower_CharactersAreLowercase(String, String)
Declaration
public void Method_ToLower_CharactersAreLowercase(string input, string expected)
Parameters
Method_ToUpper_CharactersAreUppercase(String, String)
Declaration
public void Method_ToUpper_CharactersAreUppercase(string input, string expected)
Parameters