Skip to content

Commit

Permalink
TDD mode on
Browse files Browse the repository at this point in the history
- Added tesing functionality to existing test
TDD mode off
  • Loading branch information
Steffen Krueger committed Jun 24, 2024
1 parent ec12581 commit 34b3773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SWT-TestedProject/Calculator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ public int RemainingDiv(int a, int b)
{
return a % b;
}

public string AddEurToCalculation(Func<int, int, int> func, int a, int b) => $"{func(a,b)}";
}
}

0 comments on commit 34b3773

Please sign in to comment.