I have a class that has the responsibility of importing contracts from a CSV to database.
The class itself has only one public method that starts the import and the
If your class implements an interface you can make "public" all methods you like to tests, but do not add them to interface. In this case you will be able to access to these methods from test but not from you src.