> + assert ruleStartPort(10).apply(ruleRef);
> + }
> +
> + @Test
> + public void testRuleStartPortWhenNotEqual() {
> + assert !ruleStartPort(50).apply(ruleRef);
> + }
> +
> + @Test
> + public void testRuleEndPortWhenEqual() {
> + assert ruleEndPort(20).apply(ruleRef);
> + }
> +
> + @Test
> + public void testRuleEndPortWhenNotEqual() {
> + assert !ruleEndPort(50).apply(ruleRef);
Though I don't really have a good message for 'em. So I'll leave that out.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/144/files#r6353674