Github user aledsage commented on the pull request:
https://github.com/apache/brooklyn-server/pull/142#issuecomment-220305397
I also wondered about the inverse. Agree it's worth adding. For consistency
with the other TestCase types, I'll go for YAML syntax like that below (where
it defaults to `reachable: true`):
```
- type: org.apache.brooklyn.test.framework.TestEndpointReachable
name: Endpoint reachable
brooklyn.config:
targetId: entity-under-test
endpointSensor: datastore.url
assertions:
reachable: false
```
I'm not going to worry about `Networking.isReachable` being slow to fail
just now.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---