Packages

p

munit

package munit

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. munit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait TapirGoldenOpenAPIValidatorSuite extends AnyRef

    Mix-in trait for TapirGoldenOpenAPISuite that adds validation of the OpenAPI file using https://github.com/swagger-api/swagger-parser.

    Mix-in trait for TapirGoldenOpenAPISuite that adds validation of the OpenAPI file using https://github.com/swagger-api/swagger-parser.

    Example:
    1. class TapirGoldenOpenAPIValidatorSuiteSuite
          extends munit.TapirGoldenOpenAPISuite
          with munit.TapirGoldenOpenAPIValidatorSuite {
      
        // Here you will add your list of endpoints
        override val endpoints: List[AnyEndpoint] = ???
      
      }

Value Members

  1. val Fail: Tag
  2. val Flaky: Tag
  3. val Ignore: Tag
  4. val Only: Tag
  5. val Slow: Tag

Inherited from AnyRef

Inherited from Any

Ungrouped