Searched refs:ImmutableSetTest (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/ADT/
H A DImmutableSetTest.cpp1 //===----------- ImmutableSetTest.cpp - ImmutableSet unit tests ------------===//
16 class ImmutableSetTest : public testing::Test { class in namespace:__anon26446
34 char ImmutableSetTest::buffer[10];
37 TEST_F(ImmutableSetTest, EmptyIntSetTest) {
51 TEST_F(ImmutableSetTest, OneElemIntSetTest) {
79 TEST_F(ImmutableSetTest, MultiElemIntSetTest) {
117 TEST_F(ImmutableSetTest, RemoveIntSetTest) {
140 TEST_F(ImmutableSetTest, CallbackCharSetTest) {
152 TEST_F(ImmutableSetTest, Callback2CharSetTest) {
175 TEST_F(ImmutableSetTest, IterLongSetTes
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSetCollectionTest.java65 .named(ImmutableSetTest.class.getName())
76 .named(ImmutableSetTest.class.getName() + ", reserialized")
83 .named(ImmutableSetTest.class.getName() + ", with bad hashes")
90 .named(ImmutableSetTest.class.getName() + ", degenerate")
H A DImmutableSetTest.java40 public class ImmutableSetTest extends AbstractImmutableSetTest { class in inherits:AbstractImmutableSetTest

Completed in 192 milliseconds