コード例 #1
0
ファイル: TestUtil.cs プロジェクト: ecell/ecell3-ide
 public void TearDown()
 {
     _unitUnderTest = null;
 }
コード例 #2
0
ファイル: TestUtil.cs プロジェクト: ecell/ecell3-ide
 public void SetUp()
 {
     _unitUnderTest = new Ecell.Util();
 }