You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A test fails. It is called syslogStream_test_1. What does it do compared to syslogStream_test_2?
Use case or motivation behind the feature request
All tests should have descriptive names so you can know what it is testing just by looking at the name alone. syslogStream_test_1 and syslogStream_test_2 should be called more like testSyslogStreamSending and testSyslogStreamSendingFailure
Description
A test fails. It is called
syslogStream_test_1
. What does it do compared tosyslogStream_test_2
?Use case or motivation behind the feature request
All tests should have descriptive names so you can know what it is testing just by looking at the name alone.
syslogStream_test_1
andsyslogStream_test_2
should be called more liketestSyslogStreamSending
andtestSyslogStreamSendingFailure
Related issues
pth_10/src/test/java/com/teragrep/pth10/SyslogStreamTest.java
Lines 165 to 167 in 57586b4
pth_10/src/test/java/com/teragrep/pth10/SyslogStreamTest.java
Lines 207 to 209 in 57586b4
Additional context
Haven't gone through most of the tests, this is just something I noticed when test got stuck and I went to check what it was supposed to be doing.
The text was updated successfully, but these errors were encountered: