Http4sLawSuite
Poor's man discipline runner to check a set of PropF[F]
Attributes
- Source:
- Http4sLawSuite.scala
- Graph
- Supertypes
- trait ScalaCheckEffectSuitetrait ScalaCheckSuiteclass FunSuitetrait BaseFunSuitetrait ValueTransformstrait SuiteTransformstrait TestTransformstrait TestOptionsConversionstrait FunFixturestrait Assertionstrait CompileErrorMacroclass Suitetrait PlatformSuiteclass Objecttrait Matchableclass Any
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- FunFixtures
- Source:
- FunFixtures.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- FunFixtures
- Source:
- FunFixtures.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- SuiteTransforms
- Source:
- SuiteTransforms.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- TestTransforms
- Source:
- TestTransforms.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- ValueTransforms
- Source:
- ValueTransforms.scala
- Graph
- Supertypes
Inherited types
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
The value produced by test bodies.
Value members
Concrete methods
Inherited methods
Runs once after all test cases and after all suite-local fixtures have been tear down.
Runs once after all test cases and after all suite-local fixtures have been tear down.
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Runs after each individual test case.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Asserts that two elements are equal according to the Compare[A, B]
type-class.
Asserts that two elements are equal according to the Compare[A, B]
type-class.
By default, uses ==
to compare values.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Asserts that two doubles are equal to within a positive delta. If the expected value is infinity then the delta value is ignored. NaNs are considered equal: assertEquals(Double.NaN, Double.NaN, *) passes.
Asserts that two doubles are equal to within a positive delta. If the expected value is infinity then the delta value is ignored. NaNs are considered equal: assertEquals(Double.NaN, Double.NaN, *) passes.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Asserts that two floats are equal to within a positive delta. If the expected value is infinity then the delta value is ignored. NaNs are considered equal: assertEquals(Float.NaN, Float.NaN, *) passes.
Asserts that two floats are equal to within a positive delta. If the expected value is infinity then the delta value is ignored. NaNs are considered equal: assertEquals(Float.NaN, Float.NaN, *) passes.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Asserts that two elements are not equal according to the Compare[A, B]
type-class.
Asserts that two elements are not equal according to the Compare[A, B]
type-class.
By default, uses ==
to compare values.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Runs once before all test cases and before all suite-local fixtures are setup. An error in this method aborts the test suite.
Runs once before all test cases and before all suite-local fixtures are setup. An error in this method aborts the test suite.
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Runs before each individual test case. An error in this method aborts the test case.
Runs before each individual test case. An error in this method aborts the test case.
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- CompileErrorMacro
- Source:
- MacroCompat.scala
Unconditionally fails this test with the given message and optional clues.
Unconditionally fails this test with the given message and optional clues.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Unconditionally fails this test with the given message and exception marked as the cause.
Unconditionally fails this test with the given message and exception marked as the cause.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Unconditionally fails this test due to result of comparing two values.
Unconditionally fails this test due to result of comparing two values.
The only reason to use this method instead of fail()
is if you want to
allow comparing the two different values in the the IntelliJ GUI diff
viewer.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Unconditionally fail this test case and cancel all the subsequent tests in this suite.
Unconditionally fail this test case and cancel all the subsequent tests in this suite.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Evalutes the given expression and asserts that an exception of type T is thrown.
Evalutes the given expression and asserts that an exception of type T is thrown.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Evalutes the given expression and asserts that an exception of type T with the expected message is thrown.
Evalutes the given expression and asserts that an exception of type T with the expected message is thrown.
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- SuiteTransforms
- Source:
- SuiteTransforms.scala
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Attributes
- Inherited from:
- TestTransforms
- Source:
- TestTransforms.scala
Fixtures that can be reused for individual test cases or entire suites.
Fixtures that can be reused for individual test cases or entire suites.
Attributes
- Inherited from:
- Suite
- Source:
- Suite.scala
Attributes
- Inherited from:
- TestTransforms
- Source:
- TestTransforms.scala
Attributes
- Inherited from:
- TestTransforms
- Source:
- TestTransforms.scala
Attributes
- Inherited from:
- ValueTransforms
- Source:
- ValueTransforms.scala
Attributes
- Inherited from:
- SuiteTransforms
- Source:
- SuiteTransforms.scala
Attributes
- Inherited from:
- SuiteTransforms
- Source:
- SuiteTransforms.scala
Attributes
- Inherited from:
- SuiteTransforms
- Source:
- SuiteTransforms.scala
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- SuiteTransforms
- Source:
- SuiteTransforms.scala
Attributes
- Inherited from:
- SuiteTransforms
- Source:
- SuiteTransforms.scala
Attributes
- Inherited from:
- TestTransforms
- Source:
- TestTransforms.scala
Attributes
- Definition Classes
- ScalaCheckSuite -> TestTransforms
- Inherited from:
- ScalaCheckSuite
- Source:
- ScalaCheckSuite.scala
The base class for all test suites
Attributes
- Inherited from:
- BaseFunSuite
- Source:
- FunSuite.scala
Attributes
- Inherited from:
- ValueTransforms
- Source:
- ValueTransforms.scala
Attributes
- Definition Classes
- Inherited from:
- (x$1:@unchecked)match{ casep:Test.Result=> ScalaCheckEffectSuite.this.munit$ScalaCheckEffectSuite$$super$munitValueTransform(ScalaCheckEffectSuite.this.parseTestResult(p)(generate)) })) ScalaCheckEffectSuite.this.munit$ScalaCheckEffectSuite$$super$munitValueTransforms.:+[ValueTransform](ScalaCheckEffectSuite.this.scalaCheckPropFValueTransform).:+[ValueTransform](testResultTransform) }">ScalaCheckEffectSuite
- Source:
- ScalaCheckEffectSuite.scala
Attributes
- Inherited from:
- ScalaCheckSuite
- Source:
- ScalaCheckSuite.scala
Attributes
- Inherited from:
- ScalaCheckSuite
- Source:
- ScalaCheckSuite.scala
Attributes
- Inherited from:
- ScalaCheckSuite
- Source:
- ScalaCheckSuite.scala
Attributes
- Inherited from:
- ScalaCheckSuite
- Source:
- ScalaCheckSuite.scala
Attributes
- Inherited from:
- ScalaCheckSuite
- Source:
- ScalaCheckSuite.scala
Attributes
- Inherited from:
- BaseFunSuite
- Source:
- FunSuite.scala
Attributes
- Inherited from:
- BaseFunSuite
- Source:
- FunSuite.scala
Inherited fields
Attributes
- Inherited from:
- Assertions
- Source:
- Assertions.scala
Attributes
- Inherited from:
- BaseFunSuite
- Source:
- FunSuite.scala
Implicits
Inherited implicits
Implicitly create a TestOptions given a test name.
This allows writing test("name") { ... }
even if test
accepts a TestOptions
Implicitly create a TestOptions given a test name.
This allows writing test("name") { ... }
even if test
accepts a TestOptions
Attributes
- Inherited from:
- TestOptionsConversions
- Source:
- TestOptions.scala
Attributes
- Inherited from:
- ScalaCheckSuite
- Source:
- ScalaCheckSuite.scala