|
3 |
retagged
|
||
|
2 | Fixed code formating | ||
|
Hi all, I'm somewhat new to unit testing. One thing (for now) about proper testing confuses me. For instance, how do you test a main method if it has no state and only console output? Like this, where myServer methods & state are private?
I don't want to have to change my code and expose my Server methods & state to make them public. Note, I'm not asking how to test myServer.start(), I'm asking how to test main() itself. Please let me know. Thanks guys, jbu |
||||
|
1 |
|
||
Proper unit testing: testing a method with no [accessible] state or return valueHi all, I'm somewhat new to unit testing. One thing (for now) about proper testing confuses me. For instance, how do you test a main method if it has no state and only console output? Like this, where myServer methods & state are private?
I don't want to have to change my code and expose my Server methods & state to make them public. Note, I'm not asking how to test myServer.start(), I'm asking how to test main() itself. Please let me know. Thanks guys, jbu
|
||||
