HomeSort by relevance Sort by last modified time
    Searched defs:testCase (Results 1 - 25 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-gwt/test/com/google/common/base/
StopwatchTest_gwt.java 22 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest();
23 testCase.testCreateStarted();
27 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest();
28 testCase.testCreateUnstarted();
32 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest();
33 testCase.testElapsedMillis();
37 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest();
38 testCase.testElapsedMillis_multipleSegments();
42 com.google.common.base.StopwatchTest testCase = new com.google.common.base.StopwatchTest();
43 testCase.testElapsedMillis_notRunning()
    [all...]
SplitterTest_gwt.java 22 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest();
23 testCase.testCharacterSimpleSplit();
27 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest();
28 testCase.testCharacterSimpleSplitToList();
32 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest();
33 testCase.testCharacterSimpleSplitWithNoDelimiter();
37 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest();
38 testCase.testCharacterSplitEmptyToken();
42 com.google.common.base.SplitterTest testCase = new com.google.common.base.SplitterTest();
43 testCase.testCharacterSplitEmptyTokenOmitEmptyStrings()
    [all...]
PredicatesTest_gwt.java 22 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest();
23 testCase.testAlwaysFalse_apply();
27 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest();
28 testCase.testAlwaysFalse_equality();
32 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest();
33 testCase.testAlwaysTrue_apply();
37 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest();
38 testCase.testAlwaysTrue_equality();
42 com.google.common.base.PredicatesTest testCase = new com.google.common.base.PredicatesTest();
43 testCase.testAnd_applyBinary()
    [all...]
CaseFormatTest_gwt.java 22 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
23 testCase.testConverterToBackward();
27 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
28 testCase.testConverterToForward();
32 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
33 testCase.testConverter_nullConversions();
37 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
38 testCase.testConverter_serialization();
42 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
43 testCase.testConverter_toString()
    [all...]
  /external/guava/guava-gwt/test/com/google/common/cache/
CacheBuilderGwtTest_gwt.java 22 com.google.common.cache.CacheBuilderGwtTest testCase = new com.google.common.cache.CacheBuilderGwtTest();
23 testCase.setUp();
24 testCase.testAsMapEntrySet();
28 com.google.common.cache.CacheBuilderGwtTest testCase = new com.google.common.cache.CacheBuilderGwtTest();
29 testCase.setUp();
30 testCase.testAsMapKeySet();
34 com.google.common.cache.CacheBuilderGwtTest testCase = new com.google.common.cache.CacheBuilderGwtTest();
35 testCase.setUp();
36 testCase.testAsMapKeySet_contains();
40 com.google.common.cache.CacheBuilderGwtTest testCase = new com.google.common.cache.CacheBuilderGwtTest()
    [all...]
CacheBuilderTest_gwt.java 22 com.google.common.cache.CacheBuilderTest testCase = new com.google.common.cache.CacheBuilderTest();
23 testCase.testConcurrencyLevel_large();
27 com.google.common.cache.CacheBuilderTest testCase = new com.google.common.cache.CacheBuilderTest();
28 testCase.testConcurrencyLevel_setTwice();
32 com.google.common.cache.CacheBuilderTest testCase = new com.google.common.cache.CacheBuilderTest();
33 testCase.testConcurrencyLevel_zero();
37 com.google.common.cache.CacheBuilderTest testCase = new com.google.common.cache.CacheBuilderTest();
38 testCase.testInitialCapacity_large();
42 com.google.common.cache.CacheBuilderTest testCase = new com.google.common.cache.CacheBuilderTest();
43 testCase.testInitialCapacity_negative()
    [all...]
  /external/guava/guava-gwt/test/com/google/common/testing/
EqualsTesterTest_gwt.java 22 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
23 testCase.setUp();
24 testCase.testAddEqualObjectWithOArgConstructor();
28 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
29 testCase.setUp();
30 testCase.testAddNullEqualObject();
34 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest();
35 testCase.setUp();
36 testCase.testAddNullReference();
40 com.google.common.testing.EqualsTesterTest testCase = new com.google.common.testing.EqualsTesterTest()
    [all...]
  /external/guava/guava-gwt/test/com/google/common/collect/
NewCustomTableTest_gwt.java 22 com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTableTest();
23 testCase.setUp();
24 testCase.testClear();
28 com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTableTest();
29 testCase.setUp();
30 testCase.testColumn();
34 com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTableTest();
35 testCase.setUp();
36 testCase.testColumnNull();
40 com.google.common.collect.NewCustomTableTest testCase = new com.google.common.collect.NewCustomTableTest()
    [all...]
ArrayTableTest_gwt.java 22 com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
23 testCase.setUp();
24 testCase.testAt();
28 com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
29 testCase.setUp();
30 testCase.testCellReflectsChanges();
34 com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest();
35 testCase.setUp();
36 testCase.testCellSetToString_ordered();
40 com.google.common.collect.ArrayTableTest testCase = new com.google.common.collect.ArrayTableTest()
    [all...]
ImmutableListTest_gwt.java 22 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
23 testCase.testAsList();
27 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
28 testCase.testBuilderAdd();
32 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
33 testCase.testBuilderAddAllHandlesNullsCorrectly();
37 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
38 testCase.testBuilderAddAll_iterable();
42 com.google.common.collect.ImmutableListTest.BasicTests testCase = new com.google.common.collect.ImmutableListTest.BasicTests();
43 testCase.testBuilderAddAll_iterator()
    [all...]
EmptyImmutableTableTest_gwt.java 22 com.google.common.collect.EmptyImmutableTableTest testCase = new com.google.common.collect.EmptyImmutableTableTest();
23 testCase.testCellSet();
27 com.google.common.collect.EmptyImmutableTableTest testCase = new com.google.common.collect.EmptyImmutableTableTest();
28 testCase.testClear();
32 com.google.common.collect.EmptyImmutableTableTest testCase = new com.google.common.collect.EmptyImmutableTableTest();
33 testCase.testColumn();
37 com.google.common.collect.EmptyImmutableTableTest testCase = new com.google.common.collect.EmptyImmutableTableTest();
38 testCase.testColumnKeySet();
42 com.google.common.collect.EmptyImmutableTableTest testCase = new com.google.common.collect.EmptyImmutableTableTest();
43 testCase.testColumnMap()
    [all...]
ListsTest_gwt.java 22 com.google.common.collect.ListsTest testCase = new com.google.common.collect.ListsTest();
23 testCase.testArraysAsList();
27 com.google.common.collect.ListsTest testCase = new com.google.common.collect.ListsTest();
28 testCase.testAsList1Small();
32 com.google.common.collect.ListsTest testCase = new com.google.common.collect.ListsTest();
33 testCase.testAsList2();
37 com.google.common.collect.ListsTest testCase = new com.google.common.collect.ListsTest();
38 testCase.testCartesianProductTooBig();
42 com.google.common.collect.ListsTest testCase = new com.google.common.collect.ListsTest();
43 testCase.testCartesianProduct_2x2x2()
    [all...]
MapConstraintsTest_gwt.java 22 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest();
23 testCase.testConstrainedBiMapIllegal();
27 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest();
28 testCase.testConstrainedBiMapLegal();
32 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest();
33 testCase.testConstrainedMapIllegal();
37 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest();
38 testCase.testConstrainedMapLegal();
42 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest();
43 testCase.testConstrainedMultimapIllegal()
    [all...]
SingletonImmutableTableTest_gwt.java 22 com.google.common.collect.SingletonImmutableTableTest testCase = new com.google.common.collect.SingletonImmutableTableTest();
23 testCase.testCellSet();
27 com.google.common.collect.SingletonImmutableTableTest testCase = new com.google.common.collect.SingletonImmutableTableTest();
28 testCase.testClear();
32 com.google.common.collect.SingletonImmutableTableTest testCase = new com.google.common.collect.SingletonImmutableTableTest();
33 testCase.testColumn();
37 com.google.common.collect.SingletonImmutableTableTest testCase = new com.google.common.collect.SingletonImmutableTableTest();
38 testCase.testColumnKeySet();
42 com.google.common.collect.SingletonImmutableTableTest testCase = new com.google.common.collect.SingletonImmutableTableTest();
43 testCase.testColumnMap()
    [all...]
RangeTest_gwt.java 22 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
23 testCase.testAll();
27 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
28 testCase.testApply();
32 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
33 testCase.testAtLeast();
37 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
38 testCase.testAtMost();
42 com.google.common.collect.RangeTest testCase = new com.google.common.collect.RangeTest();
43 testCase.testCanonical()
    [all...]
Collections2Test_gwt.java 22 com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
23 testCase.testOrderedPermutationSetContains();
27 com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
28 testCase.testOrderedPermutationSetEmpty();
32 com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
33 testCase.testOrderedPermutationSetOneElement();
37 com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
38 testCase.testOrderedPermutationSetRepeatedElements();
42 com.google.common.collect.Collections2Test testCase = new com.google.common.collect.Collections2Test();
43 testCase.testOrderedPermutationSetRepeatedElementsSize()
    [all...]
GeneralRangeTest_gwt.java 22 com.google.common.collect.GeneralRangeTest testCase = new com.google.common.collect.GeneralRangeTest();
23 testCase.testCreateEmptyRangeClosedOpenSucceeds();
27 com.google.common.collect.GeneralRangeTest testCase = new com.google.common.collect.GeneralRangeTest();
28 testCase.testCreateEmptyRangeFails();
32 com.google.common.collect.GeneralRangeTest testCase = new com.google.common.collect.GeneralRangeTest();
33 testCase.testCreateEmptyRangeOpenClosedSucceeds();
37 com.google.common.collect.GeneralRangeTest testCase = new com.google.common.collect.GeneralRangeTest();
38 testCase.testCreateEmptyRangeOpenOpenFails();
42 com.google.common.collect.GeneralRangeTest testCase = new com.google.common.collect.GeneralRangeTest();
43 testCase.testCreateSingletonRangeSucceeds()
    [all...]
ArrayListMultimapTest_gwt.java 22 com.google.common.collect.ArrayListMultimapTest testCase = new com.google.common.collect.ArrayListMultimapTest();
23 testCase.testCreate();
27 com.google.common.collect.ArrayListMultimapTest testCase = new com.google.common.collect.ArrayListMultimapTest();
28 testCase.testCreateFromArrayListMultimap();
32 com.google.common.collect.ArrayListMultimapTest testCase = new com.google.common.collect.ArrayListMultimapTest();
33 testCase.testCreateFromHashMultimap();
37 com.google.common.collect.ArrayListMultimapTest testCase = new com.google.common.collect.ArrayListMultimapTest();
38 testCase.testCreateFromIllegalSizes();
42 com.google.common.collect.ArrayListMultimapTest testCase = new com.google.common.collect.ArrayListMultimapTest();
43 testCase.testCreateFromMultimap()
    [all...]
TreeMultimapExplicitTest_gwt.java 22 com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
23 testCase.testComparator();
27 com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
28 testCase.testGetComparator();
32 com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
33 testCase.testMultimapComparators();
37 com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
38 testCase.testMultimapCreateFromTreeMultimap();
42 com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
43 testCase.testOrderedAsMapEntries()
    [all...]
MapsTest_gwt.java 22 com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
23 testCase.testAsConverter_inverse();
27 com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
28 testCase.testAsConverter_isAView();
32 com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
33 testCase.testAsConverter_noMapping();
37 com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
38 testCase.testAsConverter_nominal();
42 com.google.common.collect.MapsTest testCase = new com.google.common.collect.MapsTest();
43 testCase.testAsConverter_nullConversions()
    [all...]
ImmutableTableTest_gwt.java 22 com.google.common.collect.ImmutableTableTest testCase = new com.google.common.collect.ImmutableTableTest();
23 testCase.setUp();
24 testCase.testBuilder();
28 com.google.common.collect.ImmutableTableTest testCase = new com.google.common.collect.ImmutableTableTest();
29 testCase.setUp();
30 testCase.testBuilder_noDuplicates();
34 com.google.common.collect.ImmutableTableTest testCase = new com.google.common.collect.ImmutableTableTest();
35 testCase.setUp();
36 testCase.testBuilder_noNulls();
40 com.google.common.collect.ImmutableTableTest testCase = new com.google.common.collect.ImmutableTableTest()
    [all...]
TablesTransformValuesTest_gwt.java 22 com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
23 testCase.setUp();
24 testCase.testClear();
28 com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
29 testCase.setUp();
30 testCase.testColumn();
34 com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest();
35 testCase.setUp();
36 testCase.testColumnNull();
40 com.google.common.collect.TablesTransformValuesTest testCase = new com.google.common.collect.TablesTransformValuesTest()
    [all...]
  /external/guava/guava-gwt/test/com/google/common/primitives/
FloatsTest_gwt.java 22 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest();
23 testCase.testAsListEmpty();
27 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest();
28 testCase.testAsList_isAView();
32 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest();
33 testCase.testAsList_subList_toArray_roundTrip();
37 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest();
38 testCase.testAsList_toArray_roundTrip();
42 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest();
43 testCase.testCompare()
    [all...]
BooleansTest_gwt.java 22 com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
23 testCase.testAsListContains();
27 com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
28 testCase.testAsListEquals();
32 com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
33 testCase.testAsListHashcode();
37 com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
38 testCase.testAsListIndexOf();
42 com.google.common.primitives.BooleansTest testCase = new com.google.common.primitives.BooleansTest();
43 testCase.testAsListIsEmpty()
    [all...]
CharsTest_gwt.java 22 com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
23 testCase.testAsListEmpty();
27 com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
28 testCase.testAsList_isAView();
32 com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
33 testCase.testAsList_subList_toArray_roundTrip();
37 com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
38 testCase.testAsList_toArray_roundTrip();
42 com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
43 testCase.testCheckedCast()
    [all...]

Completed in 330 milliseconds

1 2 3 4 5 6 7 8 91011>>