- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for Paperback (0.11 sec)
-
internal/s3select/sql/jsondata/books.json
Registered: 2024-11-03 19:28 - Last Modified: 2021-06-01 21:59 - 1.9K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
* * <pre> * interface Book {...} * public class Books { * public static Book hardcover(String title) {...} * public static Book paperback(String title) {...} * } * </pre> * * <p>please use {@link ClassSanityTester#forAllPublicStaticMethods}. * * <p>If not all classes on the classpath should be covered, {@link #ignoreClasses} can be used to
Registered: 2024-11-01 12:43 - Last Modified: 2024-10-17 19:43 - 17.9K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/AbstractPackageSanityTests.java
* * <pre> * interface Book {...} * public class Books { * public static Book hardcover(String title) {...} * public static Book paperback(String title) {...} * } * </pre> * * <p>please use {@link ClassSanityTester#forAllPublicStaticMethods}. * * <p>If not all classes on the classpath should be covered, {@link #ignoreClasses} can be used to
Registered: 2024-11-01 12:43 - Last Modified: 2024-10-17 19:43 - 17.9K bytes - Viewed (0) -
android/guava-testlib/src/com/google/common/testing/ClassSanityTester.java
* factory classes like: * * <pre> * interface Book {...} * public class Books { * public static Book hardcover(String title) {...} * public static Book paperback(String title) {...} * } * </pre> * * <p>And all the created {@code Book} instances can be tested with: * * <pre> * new ClassSanityTester() * .forAllPublicStaticMethods(Books.class)
Registered: 2024-11-01 12:43 - Last Modified: 2024-07-23 14:18 - 32.7K bytes - Viewed (0)