ScenarLang is a simple and lightweight application written in Java and Scala that can be used to display a declaration skeleton for 'class_name' objects and show the signature of all the declared methods.
This domain specific language lets you declare complex java objects with a JSON-like notation.
Aside from that, it allows you to specify in a natural way what the mockito mocks should return when called with a given value.
Because ScenarLang runs within a JVM it can be used on any operating system that comes with support for the Java runtime (e.g. Mac OS X, Windows, Linux).
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Fixed quite a few bugs
· Abandonned the LCH (lazy coder helper)
· Error tracking is now made way easier in the language runtime itself