Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.
Provides a library of matcher objects (also known as constraints or predicates) allowing 'match' rules to be defined declaratively, to be used in other frameworks. Typical scenarios include testing frameworks, mocking libraries and UI validation rules.
To install hamcrest-core, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install hamcrest-core
To see what files were installed by hamcrest-core, run:
port contents hamcrest-core
To later upgrade hamcrest-core, run:
sudo port selfupdate && sudo port upgrade hamcrest-core
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.