EarthCitizen
EarthCitizen
This is incredibly frustrating. `Striped` is EXACTLY what I need, but I am making a library, and `Striped` is still `@Beta`, so I cannot use it. And, sadly, I am...
@mrniko Will this actually get implemented? I have a use case for it.
The lack of authentication for SMTP is creating a huge problem for me. In my unit tests I am using: ``` @Rule public final GreenMailRule mailRule = new GreenMailRule(ServerSetupTest.SMTPS) .withConfiguration(GreenMailConfiguration.aConfig().withUser('someone',...
The test is actually that the correct password is send to the server. Which SMTP authentication would have verified.
Yes, I certainly was not suggesting the details I gave be put into the documentation, but rather giving an example of something great that can be done, but is not...
In a rough way this sounds related to #1106 in that some redesign may be needed for the Rules system
I submitted #1105 to clean up the JavaDoc of MethodRule
It seems that the way that rules are designed need to be re-thought, scrapped and re-designed from scratch. Getting rid of MethodRule was a bit premature, and it is not...
The main intentions are serving as a safety net for cases not thought of and to avoid writing assumes that negate (try to catch the opposite) of what all the...
Mainly where I run into problems is with code at work, which I (obviously) cannot post here. But the example I gave is similar to a situation I had to...