C# Class AdderKata.CalculatorTests

Datei anzeigen Open project: xDD-CLE/katas

Private Methods

Method Description
It_Can_Parse_Numbers_On_Different_Lines ( ) : void
It_Does_Not_Accept_Negative_Numbers ( ) : void
It_Returns_A_Sum ( ) : void
It_Returns_The_Number ( ) : void
It_Returns_Zero_For_Empty_String ( ) : void
It_Says_Which_Inputs_Were_Invalid ( ) : void
It_Supports_Custom_Delimiters ( ) : void