예제 #1
0
파일: ECSTest.cs 프로젝트: victorduun/E6SWT
 public void GetWindowThreshold_ReturnsInitializedWindowThreshold_ReturnsInitializedWindowThreshold()
 {
     Assert.That(_ecs.GetWindowThreshold(), Is.EqualTo(InitializeWindowThreshold));
 }