awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesWeb Controller Mocking

Testing web controllers in isolation by bypassing the network stack via mock clients.

Distinct from Unit Testing: Specific to mocking the web layer for controllers, distinct from general isolated unit testing

Explore 2 awesome GitHub repositories matching testing & quality assurance · Web Controller Mocking. Refine with filters or upvote what's useful.

Awesome Web Controller Mocking GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rest-assured/rest-assuredالصورة الرمزية لـ rest-assured

    rest-assured/rest-assured

    7,127عرض على GitHub↗

    Rest-assured is a Java-based REST API testing framework and HTTP client library designed for automating web service tests. It provides a fluent domain-specific language and assertion library to send HTTP requests and validate response metadata, including status codes, headers, cookies, and bodies. The framework is distinguished by a method-chaining DSL that creates readable specifications for API interactions. It features a filter-based request interception pipeline, object-mapping serialization for converting Java objects to JSON or XML, and a path-based parsing system to isolate specific fi

    Allows testing of web controllers in isolation without requiring a full running HTTP server.

    Java
    عرض على GitHub↗7,127
  • genlayerlabs/genlayer-project-boilerplateالصورة الرمزية لـ genlayerlabs

    genlayerlabs/genlayer-project-boilerplate

    4,829عرض على GitHub↗

    This is a full-stack template for building decentralized applications on the GenLayer blockchain, combining smart contract development with a frontend integration pipeline. It provides a pre-configured environment for writing GenLayer smart contracts using Python decorators that specify function visibility, persistence, and typed storage structures, along with built-in linting to catch forbidden imports and nondeterministic calls before deployment. The boilerplate distinguishes itself by supporting nondeterministic smart contract operations—such as querying language models and fetching extern

    Runs fast unit tests in memory with mocked web and AI services for quick feedback.

    TypeScript
    عرض على GitHub↗4,829
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Unit
  6. Unit Testing
  7. Web Controller Mocking

استكشف الوسوم الفرعية

  • Mocked External Service Unit TestsTesting contracts in memory with mocked web and AI services for millisecond-level feedback during development. **Distinct from Web Controller Mocking:** Distinct from Web Controller Mocking: focuses on mocking external web and AI services for smart contract unit tests, not web controller isolation.