問題タブ [restfuse]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rest - RestFuse vs Rest Assured vs MockMVC Rest Service Unit Test Framework
私が書いたSpring MVCベースのRest Services用の単純な多目的単体テストフレームワークを見つけようとしています。
ネットで検索して、以下に絞り込みました。
- RestFuse ( http://developer.eclipsesource.com/restfuse/ )
- 安心してください ( https://github.com/jayway/rest-assured )
- MockMVC ( http://www.petrikainulainen.net/programming/spring-framework/unit-testing-of-spring-mvc-controllers-rest-api/ )
私は RestFuse が好きです。なぜなら、ほとんどがアノテーション ベースだからです。しかし、パラメーターを渡したり、応答を確認したりする方法は、RestFuse の方が簡単なようです。最後に、Spring MVC Rest Service プロジェクトになったので、MockMVC を使用して Spring で Rest Services をテストする既に確立されている方法に固執する必要があるかどうか疑問に思っています。
フィードバックだけでなく、パフォーマンス、過去の経験、他に考慮すべきことがあれば興味があります。