Provides basic first-pass API testing for large class trees
For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capability.
For many APIs with large numbers of classes, it can be very useful to be able to do a quick once-over to make sure that classes, methods, and inheritance is correct, before doing more comprehensive testing. This module aims to provide such a capability.
To install p5.34-test-classapi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-test-classapi
To see what files were installed by p5.34-test-classapi, run:
port contents p5.34-test-classapi
To later upgrade p5.34-test-classapi, run:
sudo port selfupdate && sudo port upgrade p5.34-test-classapi
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.