Package br.com.caelum.vraptor.ioc.fixture.ComponentFactoryInTheClasspath

Examples of br.com.caelum.vraptor.ioc.fixture.ComponentFactoryInTheClasspath.Provided


    assertThat(router.allRoutes(), hasItem);
  }

  @Test
  public void shoudUseComponentFactoriesInTheClasspath() {
    Provided object = getFromContainer(Provided.class);
    assertThat(object, is(sameInstance(ComponentFactoryInTheClasspath.PROVIDED)));
  }
View Full Code Here

TOP

Related Classes of br.com.caelum.vraptor.ioc.fixture.ComponentFactoryInTheClasspath.Provided

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.