DefaultHarnessSpec
Attributes
- Graph
- Supertypes
- class ZIOSpecDefaultclass ZIOSpec[TestEnvironment]trait ZIOSpecVersionSpecific[TestEnvironment]class ZIOSpecAbstracttrait ZIOSpecAbstractVersionSpecifictrait ZIOApptrait ZIOAppVersionSpecificclass Objecttrait Matchableclass Any
Members list
Type members
Types
Inherited types
Attributes
- Inherited from:
- ZIOSpec
Value members
Abstract methods
Concrete methods
Attributes
- Definition Classes
- ZIOSpecAbstract
Inherited methods
Attributes
- Inherited from:
- ZIOSpecAbstract
Composes this ZIOApp with another ZIOApp, to yield an application that executes the logic of both applications.
Composes this ZIOApp with another ZIOApp, to yield an application that executes the logic of both applications.
Attributes
- Inherited from:
- ZIOApp
A helper function to exit the application with the specified exit code.
A helper function to exit the application with the specified exit code.
Attributes
- Inherited from:
- ZIOApp
A helper function to obtain access to the command-line arguments of the
application. You may use this helper function inside your run
function.
A helper function to obtain access to the command-line arguments of the
application. You may use this helper function inside your run
function.
Attributes
- Inherited from:
- ZIOApp
Invokes the main app. Designed primarily for testing.
Invokes the main app. Designed primarily for testing.
Attributes
- Inherited from:
- ZIOApp
The Scala main function, intended to be called only by the Scala runtime.
The Scala main function, intended to be called only by the Scala runtime.
Attributes
- Inherited from:
- ZIOAppPlatformSpecific (hidden)
The main function of the application, which can access the command-line
arguments through the args
helper method of this class. If the provided
effect fails for any reason, the cause will be logged, and the exit code of
the application will be non-zero. Otherwise, the exit code of the
application will be zero.
The main function of the application, which can access the command-line
arguments through the args
helper method of this class. If the provided
effect fails for any reason, the cause will be logged, and the exit code of
the application will be non-zero. Otherwise, the exit code of the
application will be zero.
Attributes
- Inherited from:
- ZIOSpecAbstract
Attributes
- Inherited from:
- ZIOSpecAbstract
Attributes
- Inherited from:
- ZIOApp
Attributes
- Inherited from:
- ZIOSpec
Attributes
- Inherited from:
- ZIOSpecVersionSpecific
Builds a spec with a single test.
Builds a spec with a single test.
Attributes
- Inherited from:
- ZIOSpec
Inherited fields
A layer that manages the acquisition and release of services necessary for the application to run.
A layer that manages the acquisition and release of services necessary for the application to run.
Attributes
- Inherited from:
- ZIOSpecDefault
Attributes
- Inherited from:
- ZIOSpec
Implicits
Inherited implicits
This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.
This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.
If it is missing requirements, it will report a descriptive error message. Otherwise, the effect will be returned unmodified.
Attributes
- Inherited from:
- ZIOSpecAbstractVersionSpecific
This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.
This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.
If it is missing requirements, it will report a descriptive error message. Otherwise, the effect will be returned unmodified.
Attributes
- Inherited from:
- ZIOAppVersionSpecific