> How would we do this in BaseComputeServiceApiMetadataTest such that it could > be inherited properly but know > when to test an inherited api as well as the api itself?
Note that the fix we worked on yesterday will probably not allow this anyway - the `checkArgument` in BaseView will still barf because A extends B does not imply ApiContext<A> extends ApiContext<B>. What we were fixing yesterday was ensuring that the AWS EC2 API is an ApiContext<AwsEc2Api> rather than an ApiContext<Ec2Api>. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/156#issuecomment-25268897
