- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testNotThere (0.06 sec)
-
android/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java
.containsExactly(Foo.class); } public void testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested() { assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotThere")) .containsExactly(Foo.class); assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotPublic")) .containsExactly(Foo.class); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jun 11 21:37:55 UTC 2019 - 5.3K bytes - Viewed (0) -
guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java
.containsExactly(Foo.class); } public void testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested() { assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotThere")) .containsExactly(Foo.class); assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotPublic")) .containsExactly(Foo.class); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jun 11 21:37:55 UTC 2019 - 5.3K bytes - Viewed (0)