https://github.com/fmonniot/scala3mock
Mocking framework for Scala 3. Please use ScalaMock instead.
https://github.com/fmonniot/scala3mock
deprecated mock scala
Last synced: 8 months ago
JSON representation
Mocking framework for Scala 3. Please use ScalaMock instead.
- Host: GitHub
- URL: https://github.com/fmonniot/scala3mock
- Owner: fmonniot
- License: other
- Created: 2022-09-12T15:03:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T13:47:33.000Z (10 months ago)
- Last Synced: 2025-04-15T12:18:35.339Z (8 months ago)
- Topics: deprecated, mock, scala
- Language: Scala
- Homepage: https://francois.monniot.eu/scala3mock
- Size: 423 KB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Deprecation notice: [ScalaMock](https://github.com/ScalaMock/ScalaMock) has added support for Scala 3 since version 6 and as a result it is recommended to use it instead of this library.
## Scala3Mock
Heads on to https://francois.monniot.eu/scala3mock for the documentation.
### Licenses
Adapted from
https://github.com/OlegIlyenko/scala-icon/blob/master/scala-icon.svg for the scala icon.
Under Creative Commons Attribution 4.0 International License.
Adapted from https://github.com/paulbutcher/ScalaMock/blob/master/LICENCE.
Under MIT License. Scala3Mock would not exists without their work !