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

Introducing BoxLang AI Explorer: A Local Catalog for Every AI Pattern

Introducing BoxLang AI Explorer: A Local Catalog for Every AI Pattern

Learning a new AI API usually means jumping between scattered documentation pages, guessing at imports, and copy-pasting code that may or may not still work. We wanted something better for BoxLang AI, so we built the BoxLang AI Explorer: a local, browser-based catalog of runnable BoxLang AI examples, organized by category and difficulty, each with guidance, source code, and sample output.

Luis Majano
Luis Majano
August 14, 2026
Community Spotlight: BoxLang Express Brings Node-Style HTTP to the JVM

Community Spotlight: BoxLang Express Brings Node-Style HTTP to the JVM

If you've spent years in Spring Boot, Micronaut, or Jakarta EE, "web framework" usually means a servlet container, an embedded Tomcat or Netty, a build step, and a fat jar before anything answers a request. What if you could skip all of that and still be on the JVM?

Luis Majano
Luis Majano
August 12, 2026