FlexMock is a flexible mocking library for use in unit testing and behavior specification.
FlexMock is a flexible mocking library for use in unit testing and behavior specification. Mocks are defined with a fluent API that makes mock specifications easy to read and easy to remember.
FlexMock is a flexible mocking library for use in unit testing and behavior specification. Mocks are defined with a fluent API that makes mock specifications easy to read and easy to remember.
To install rb-flexmock, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-flexmock
To see what files were installed by rb-flexmock, run:
port contents rb-flexmock
To later upgrade rb-flexmock, run:
sudo port selfupdate && sudo port upgrade rb-flexmock
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.