Blog

MockBox v2.0 Released!

Luis Majano November 03, 2012

Spread the word

Luis Majano

November 03, 2012

Spread the word


Share your thoughts

logo

We are proud to announce MockBox 2.0. This new version of MockBox sports out great new mocking capabilities that will make you want to mock immediately. You can read our What's new with MockBox 2.0 to get a better idea of this release.

Below are the major areas we concentrated in this release:

 

 

Fixes

  • Updates for ColdBox 3.5.3 integrations

Enhancements

  • New mocking method: $getProperty(name, scope) that allows you to retrieve any private variable in any scope.
  • createStub() has been expanded so you can pass in an argument called extends so it can create the stub by extending it from a real class. This allows you to do real type check stubs and also simulated stubs.
  • createStub() has been expanded so you can pass in an argument called implements so it can create the stub by actually implementing 1 or more interfaces on demand. MockBox will then create the stub and generate all the necessary methods to satisfy all the interfaces so you can mock with elegance!

Resources:

Add Your Comment

Recent Entries

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

You call writeDump() on an ORM entity or a very rich class graph . The browser locks up. Thirty seconds later you get a page with forty thousand rows on it, you scroll for a while, you give up, and you go edit your code to dump a sub-key instead. Or worse, you crash the server.

Luis Majano
Luis Majano
September 11, 2026
BoxLang AI 3.4 Blog Series Part 4 : Locking Down Prompt Injection

BoxLang AI 3.4 Blog Series Part 4 : Locking Down Prompt Injection

LLM applications face a class of attack traditional input validation was never built for: prompt injection. An attacker embeds instructions in user input, a retrieved document, a web page your tool fetched, or an MCP result, trying to override your system prompt, exfiltrate data, or hijack a tool call. BoxLang AI 3.4.0 ships four layered, configurable defenses against exactly this, plus one more that's on unconditionally.

Luis Majano
Luis Majano
September 11, 2026