Home
last modified time | relevance | path

Searched refs:SINGLETON_NAME (Results 1 – 14 of 14) sorted by relevance

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/beans/factory/
H A DDummyFactory.java37 public static final String SINGLETON_NAME = "Factory singleton"; field in DummyFactory
69 this.testBean.setName(SINGLETON_NAME); in DummyFactory()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/beans/factory/
H A DDummyFactory.java37 public static final String SINGLETON_NAME = "Factory singleton"; field in DummyFactory
69 this.testBean.setName(SINGLETON_NAME); in DummyFactory()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/beans/factory/
H A DDummyFactory.java37 public static final String SINGLETON_NAME = "Factory singleton"; field in DummyFactory
69 this.testBean.setName(SINGLETON_NAME); in DummyFactory()
H A DAbstractBeanFactoryTests.java241 … factory has correct name, not " + tb.getName(), tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactorySingleton()
252 assertTrue(!tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactoryPrototype()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/beans/factory/
H A DDummyFactory.java37 public static final String SINGLETON_NAME = "Factory singleton"; field in DummyFactory
69 this.testBean.setName(SINGLETON_NAME); in DummyFactory()
H A DAbstractBeanFactoryTests.java241 … factory has correct name, not " + tb.getName(), tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactorySingleton()
252 assertTrue(!tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactoryPrototype()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/test/beans/
H A DDummyFactory.java44 public static final String SINGLETON_NAME = "Factory singleton"; field in DummyFactory
76 this.testBean.setName(SINGLETON_NAME); in DummyFactory()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/web/context/
H A DAbstractBeanFactoryTests.java249 … factory has correct name, not " + tb.getName(), tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactorySingleton()
260 assertTrue(!tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactoryPrototype()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/test/java/org/springframework/beans/factory/xml/
H A DAbstractBeanFactoryTests.java250 … factory has correct name, not " + tb.getName(), tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactorySingleton()
261 assertTrue(!tb.getName().equals(DummyFactory.SINGLETON_NAME)); in testFactoryPrototype()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/
H A DGlobal.java76 public static final String SINGLETON_NAME="singleton_name"; field in Global
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/context/request/
H A DRequestScopedProxyTests.java139 assertEquals(DummyFactory.SINGLETON_NAME, bean.getName()); in testGetFromFactoryBeanInScope()
/dports/net/jgroups/jgroups-2.12.0/tests/junit/org/jgroups/tests/
H A DSharedTransportTest.java480 transport.getProperties().put(Global.SINGLETON_NAME, singleton_name); in createSharedChannel()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/beans/factory/xml/
H A DXmlBeanFactoryTests.java211 assertEquals(DummyFactory.SINGLETON_NAME, innerFactory.getName()); in testInnerBeans()
266 assertEquals(DummyFactory.SINGLETON_NAME, innerFactory.getName()); in testInnerBeansWithoutDestroy()
/dports/net/jgroups/jgroups-2.12.0/src/org/jgroups/stack/
H A DConfigurator.java369 singleton_name=protocol_config.getProperties().get(Global.SINGLETON_NAME); in createProtocols()