
{ "name": "GameAssembly", "references": ["Unity.TextMeshPro", "UniRx"], "optionalUnityReferences": ["TestAssemblies"]} 테스트개발 과정에서 여러 가지 테스트가 필요한 경우가 있다.이러한 테스트를 간편하게 진행할 수 있게 해주는 Framework가 있다. Test Runnertest Runner는 Unity에서 제공하는 Test Framework이다.두 가지의 모드가 존재한다.play mode: 런타임에 사용할 기능 테스트(runtime)edit mode: 에디터에서 사용할 기능 테스트(static) 사용법에디터에서 Test 하고 싶은 폴더를 선택하여 테스트 폴더를 생성한다.이후, Assembly Defin..