문제

I am looking for a way to optimise the unit tests.

The system is written in cobol.net and accesses a Main Frame using CICS universal client.

Is there a way to mock the call to the Main Frame?

도움이 되었습니까?

해결책

Depending on the complexity of the calls, if might be worthwhile writing your own program to simulate the calls.

If you are using Fujitsu's NetCOBOL for .NET, NeoKicks http://www.alchemysolutions.com/products/NeoKicks/overview, might be worth looking at.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top