Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Within the class, you should add this method.  This call makes sure all of the components injected went through the proper life cycle initialization before the test happens.

Code Block
    <at:var at:name="Before" />Before@Before
public void setup() throws Exception {
    ComponentContext.initComponentsLifeCycle();
}

...