コード例 #1
0
ファイル: CalculatorTest.cs プロジェクト: SmartiesSWT/LAB1
 public void Setup()
 {
     // Arrange
     uut = new LabExerc1.Calculator();
 }