4 ms·
This is exactly the method I advocate at work. The package private access type is perfect for testing. We have a small reflection library for use when package
by platinumdragon 13y ago
This is exactly the method I advocate at work. The package private access type is perfect for testing. We have a small reflection library for use when package private isn't appropriate, but it just isn't that often.