- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 51 for bbb_ (0.01 sec)
-
src/test/java/org/codelibs/core/collection/IndexedIteratorTest.java
/** * @throws Exception */ @Test public void test() throws Exception { final List<String> list = newArrayList(); list.add("aaa"); list.add("bbb"); list.add("ccc"); final IndexedIterator<String> it = new IndexedIterator<String>(list.iterator()); assertThat(it.hasNext(), is(true)); final Indexed<String> indexed1 = it.next();Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.7K bytes - Viewed (0) -
src/test/java/org/codelibs/core/lang/AnnotationUtilTest.java
import java.lang.reflect.Method; import java.util.Map; import org.junit.Test; /** * @author higa */ public class AnnotationUtilTest { /** * @throws Exception */ @Hoge(bbb = "3") @Test public void testGetProperties() throws Exception { final Method m = ClassUtil.getMethod(getClass(), "testGetProperties"); final Annotation anno = m.getAnnotation(Hoge.class);Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 1.5K bytes - Viewed (0) -
src/test/java/org/codelibs/core/beans/util/CopyOptionsTest.java
final CopyOptions option = new CopyOptions().include(BeanNames.search_aaa(), BeanNames.bbb()).prefix(BeanNames.search_()); assertThat(option.isTargetProperty("search_aaa"), is(true)); assertThat(option.isTargetProperty("bbb"), is(not(true))); } /** * @throws Exception */ @Test
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 12K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/indexer/DocBoostMatcherTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 4.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideItemTest.java
assertNull(stemmerOverrideItem.getNewOutput()); assertFalse(stemmerOverrideItem.isUpdated()); assertFalse(stemmerOverrideItem.isDeleted()); stemmerOverrideItem.setNewInput("bbb"); stemmerOverrideItem.setNewOutput("b"); assertTrue(stemmerOverrideItem.isUpdated()); assertFalse(stemmerOverrideItem.isDeleted()); stemmerOverrideItem.setNewInput("");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.5K bytes - Viewed (0) -
src/test/java/org/codelibs/core/lang/ModifierUtilTest.java
assertFalse(ModifierUtil.isInstanceField(f)); } /** * @throws Exception */ public void testIsTransient() throws Exception { Field f = Hoge.class.getDeclaredField("bbb"); assertTrue(ModifierUtil.isTransient(f)); f = Hoge.class.getDeclaredField("s"); assertFalse(ModifierUtil.isTransient(f)); } /** * @throws Exception */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.4K bytes - Viewed (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# This is only for CSharp. # e.g. Aaa.Bbb.DBFlute --> Directory: source/Aaa.Bbb.DBFlute/AllCommon # o omitDirectoryPackage: (NotRequired - Default '') # This is only for CSharp. # e.g. Aaa --> Directory: source/Bbb/DBFlute/AllCommon # #; outputPackageAdjustmentMap = map:{ # ; flatDirectoryPackage = Aaa.Bbb.DBFlute # ; omitDirectoryPackage = Aaa #}Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 31 23:35:14 UTC 2015 - 9.2K bytes - Viewed (0) -
src/test/resources/org/codelibs/core/xml/test1.xml
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Dec 28 09:01:06 UTC 2014 - 200 bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ClassTraversalUtil.java
* <p> * Only entries whose path starts with the specified prefix are traversed. The handler receives the entry name excluding the prefix. * For example, if the prefix is <code>/aaa/bbb/</code> and the Jar file contains <code>/aaa/bbb/ccc/ddd/Eee.class</code>, * the handler receives the package name <code>ccc.ddd</code> and the class name <code>Eee</code>. * </p> *Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 9.5K bytes - Viewed (0) -
src/test/java/org/codelibs/core/lang/Hoge.java
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 1.1K bytes - Viewed (0)