- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested (0.36 sec)
-
android/guava-testlib/test/com/google/common/testing/AbstractPackageSanityTestsTest.java
assertThat(findClassesToTest(ImmutableList.of(Foo.class, Foo_Bar.class))) .containsExactly(Foo.class); } public void testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested() { assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotThere")) .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
assertThat(findClassesToTest(ImmutableList.of(Foo.class, Foo_Bar.class))) .containsExactly(Foo.class); } public void testFindClassesToTest_withCorrespondingTestClassButNotExplicitlyTested() { assertThat(findClassesToTest(ImmutableList.of(Foo.class, FooTest.class), "testNotThere")) .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)