awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rest-assured/rest-assuredAvatar de rest-assured

    rest-assured/rest-assured

    7,127Ver en 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
    Ver en GitHub↗7,127
  • genlayerlabs/genlayer-project-boilerplateAvatar de genlayerlabs

    genlayerlabs/genlayer-project-boilerplate

    4,829Ver en 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
    Ver en GitHub↗4,829
  1. Home
  2. Testing & Quality Assurance
  3. Software Testing
  4. Testing Frameworks
  5. Unit
  6. Unit Testing
  7. Web Controller Mocking

Explorar subetiquetas

  • 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.