[e-lang] Notes from latest Joe-E meeting

Constantine Plotnikov constantine.plotnikov at gmail.com
Thu Apr 26 13:07:20 EDT 2007


On 4/26/07, Mark S. Miller <markm at cs.jhu.edu> wrote:
> >> From: David Wagner
> > ...
> >> - "Unimplementable" marker interface, which no Joe-E code can implement
>
> Constantine Plotnikov wrote:
> > Hm... What about mock objects during testing or proxies that add some
> > additional security restrictions on the implementation (like files
> > that are unaccessible during weekend)?
>
> What about them? I don't understand the question.
>
I focus on just testing. If there is Joe-E object that rely on these
interfaces, at some point of time it could be desirable to test
whether it works. For this case a mock object have to be created that
implement this interface. However there will be a trouble with
creating this object in Joe-E language. So test implementer has to
escape to Java language even if mock implementation does not require
any unsafe operations.

Constantine


More information about the e-lang mailing list